Remotely/Remotely_Library/Models/GenericCommandResult.cs.d.ts
Jared Goodwin 61fa16de4c Initial
2019-02-23 11:02:23 -08:00

9 lines
177 B
TypeScript

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