export interface IGetTrigSuccessorComplete {
    "triggered-by-job-count": string;
    "triggered-by-jobs": string[];
}
