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

    Serialized operation result returned by the protocol runtime.

    interface OperationResult {
        status: number;
        body: string;
    }
    Index

    Properties

    Properties

    status: number
    body: string