/**
 * Interface for subtm job API
 * @export
 * @interface ISubtmParms
 */
export interface ISubtmParms {
    "ca7#": string;
    time: string;
}
