Remotely/Remotely_Library/Models/GenericCommandResult.cs.d.ts
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

9 lines
177 B
TypeScript

interface GenericCommandResult {
MachineID: string;
CommandContextID: string;
CommandType: string;
StandardOutput: string;
ErrorOutput: string;
TimeStamp: Date;
}