Remotely/Remotely_Shared/Models/GenericCommandResult.d.ts
2019-04-05 22:23:59 -07:00

9 lines
176 B
TypeScript

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