export interface IGetPriorRunQComplete {
    "jobs": string[];
    "count": string;
    "timestamp": string;
}
