@broadcom/endevor-for-zowe-cli
Version:
Endevor Plug-in for Zowe CLI
16 lines (15 loc) • 336 B
TypeScript
export interface IElementActionReport {
errorMsg: string;
action: string;
elementName: string;
processorRC: string;
endevorRC: string;
environment: string;
system: string;
subsystem: string;
type: string;
stage: string;
actionTime: string;
actionNumber: string;
stmtNumber: string;
}