/**
 * Interface for jobstatus job API
 * @export
 * @interface IJobstatusParms
 */
export interface IJobstatusParms {
    jobnumber: string;
}
