/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Body for creating an application draft. */ export type PlatformApplicationCreate = { platform_key: string; responses?: any; form_id?: number; };