@sentio/sdk
    Preparing search index...

    Interface IResult

    interface IResult {
        toArray(): any[];
        toObject(): Record<string, any>;
    }
    Index

    Methods

    • Returns the Result as an Object with each name-value pair.

      Returns Record<string, any>