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