/** * Body for updating a draft's responses. */ export type PatchedPlatformApplicationUpdate = { responses?: any; };