/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Minimal schema for a submission response object. */ export type PlatformApplicationDetail = { id: number; status: string; };