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

12 lines
260 B
TypeScript

interface PSCoreCommandResult {
CommandContextID: string;
DeviceID: string;
VerboseOutput: string[];
DebugOutput: string[];
ErrorOutput: string[];
HostOutput: string;
InformationOutput: string[];
WarningOutput: string[];
TimeStamp: Date;
}