Skip to content
Snippets Groups Projects
batchinterface.ts 93 B
export class BatchInterface {
  cancelcmd: string;
  submitcmd: string;
  statcmd: string;
}