/** * Body for the admin submit-with-exceptions action. */ export type PlatformApplicationAdminSubmit = { note?: string; };