Interface UntypedOutcomeBundle

interface UntypedOutcomeBundle {
    returnCode: ReturnCode;
    returnMessage: string;
    values: Buffer[];
}

Properties

returnCode: ReturnCode
returnMessage: string
values: Buffer[]