/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Minimal schema for a form response object. */ export type PlatformApplicationFormDetail = { id: number; name: string; version: number; enabled: boolean; };