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