/**
 * Interface for hold job API
 * @export
 * @interface IHoldParms
 */
export interface IHoldParms {
    "ca7#": string;
    q: string;
}
