export interface DeleteCustomField { /** The ID of a custom field. */ id: string; }