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