export interface DeleteFilter {
  /** The ID of the filter to delete. */
  id: number;
}
