Package version:

Interface OperationResponse

model interface OperationResponse

interface OperationResponse {
    display?: OperationDisplay;
    name?: string;
    origin?: string;
}

Properties

name?: string
origin?: string