/** * 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; };