export type StatsigUser = { userID?: string | number; email?: string; ip?: string; userAgent?: string; country?: string; locale?: string; appVersion?: string; custom?: Record | undefined>; privateAttributes?: Record | undefined>; customIDs?: Record; };