Merge branch 'main' into develop

This commit is contained in:
Jannat Patel
2025-06-10 15:29:39 +05:30
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -6,12 +6,14 @@ declare global {
posthog: any
}
}
type PosthogSettings = {
posthog_project_id: string
posthog_host: string
enable_telemetry: boolean
telemetry_site_age: number
}
interface CaptureOptions {
data: {
user: string