/** * Minimal schema for a submission response object. */ export type PlatformApplicationDetail = { id: number; status: string; };