export type ActivateUserFreeTrial = { free_trial_started?: boolean; /** * The app url or name or id */ app: string; /** * The platform key */ platform: string; };