/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Body for the admin submit-with-exceptions action. */ export type PlatformApplicationAdminSubmit = { note?: string; };