/** * Body for creating an application draft. */ export type PlatformApplicationCreate = { platform_key: string; responses?: any; form_id?: number; };