export type QueryRecord = { jql: string; count: number; }; export type QueryPerformance = { jql: string; milliseconds: number; };