export interface GetQuickFilter {
  boardId: number;
  /** The ID of the requested quick filter. */
  quickFilterId: number;
}
