export interface GetQuickFilter {
  boardId?: number;
  description?: string;
  id?: number;
  jql?: string;
  name?: string;
  position?: number;
}
