/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Body for updating a platform's application form. */ export type PatchedPlatformApplicationFormUpdate = { platform_key?: string; platform_org?: string; name?: string; schema?: any; config?: any; enabled?: boolean; is_default?: boolean; };