/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Waive (POST) or reinstate (DELETE) one required field on an application * (ยง2.1 required items "complete or administratively waived"). */ export type PlatformApplicationWaiver = { section: string; field: string; reason?: string; };