Remotely/Remotely_Server/wwwroot/scripts/Models/CommandLineParameter.js
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

7 lines
177 B
JavaScript

export class CommandLineParameter {
constructor(name, value) {
this.Name = name;
this.Value = value;
}
}
//# sourceMappingURL=CommandLineParameter.js.map