chore: utm (#2180)

This commit is contained in:
zxhlyh
2024-01-24 20:14:21 +08:00
committed by GitHub
parent 95ad06c8c3
commit 0940084fd2
4 changed files with 41 additions and 8 deletions

View File

@@ -251,3 +251,11 @@ export type ModerationService = (
text: string
}
) => Promise<ModerateResponse>
export type Utm = {
utm_source?: string
utm_medium?: string
utm_campaign?: string
utm_term?: string
utm_content?: string
}