@sentio/sdk
    Preparing search index...

    Interface ProcessStreamRequest

    interface ProcessStreamRequest {
        binding?: DataBinding;
        dbResult?: DBResponse;
        processId: number;
        start?: boolean;
    }
    Index

    Properties

    binding?: DataBinding
    dbResult?: DBResponse
    processId: number
    start?: boolean