export interface IGetInstanceListComplete {
    "jobs": string[];
    "database-name": string;
    "count": string;
    "timestamp": string;
}
