export interface SetColumns {
  /** The ID of the filter. */
  id: number;
  columns: string[];
}
