/**
 * Interface for Post Variable Resource
 * @export
 * @interface IPostVariableResourceParms
 */
export interface IPostVariableResourceParms {
    job: string;
    schid: string;
    "resource-name": string;
}
