export interface IGetJobComplete {
    "job-definitions": string[];
    "job-defintion-count": string;
}
