prorm API Reference
    Preparing search index...

    Interface RawQueryResult

    The result of query(), whose shape depends on the statement and the type given in QueryOptions.

    interface RawQueryResult {
        rows: any[];
        count: number;
        isSelect: boolean;
    }
    Index
    rows: any[]
    count: number
    isSelect: boolean