@valon-technologies/gestalt
    Preparing search index...

    Interface OperationResult

    OperationResult is the serialized result returned from an Execute call.

    interface OperationResult {
        status: number;
        body: Uint8Array;
        headers: { [key: string]: StringList };
    }
    Index

    Properties

    Properties

    status: number
    body: Uint8Array
    headers: { [key: string]: StringList }