/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ActivateUserFreeTrial = { free_trial_started?: boolean; /** * The app url or name or id */ app: string; /** * The platform key */ platform: string; };