Remotely/Remotely_Library/Models/GenericCommandResult.cs.d.ts
2019-02-25 14:03:55 -08:00

9 lines
176 B
TypeScript

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