export interface DeleteFieldConfiguration {
  /** The ID of the field configuration. */
  id: number;
}
