/**
 * Interface for prose job API
 * @export
 * @interface IGetJobParms
 */
export interface IGetJobParms {
    all: string;
    db: string;
    jobname: string;
}
