/**
 * Interface for PutJobResourceCountResource
 * @export
 * @interface IPutJobResourceCountResourceParms
 */
export interface IPutJobResourceCountResourceParms {
    job: string;
    schid: string;
    "resource-name": string;
    "step-name": string;
    free: string;
}
