@sentio/sdk
    Preparing search index...

    Interface PreprocessStreamRequest

    interface PreprocessStreamRequest {
        bindings?: PreprocessStreamRequest_DataBindings;
        dbResult?: DBResponse;
        processId: number;
    }
    Index

    Properties

    dbResult?: DBResponse
    processId: number