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