Mobile Locker JavaScript SDK
    Preparing search index...

    Interface CRMQueryResult

    interface CRMQueryResult {
        rows: Record<string, unknown>[];
        totalSize: number;
        done: boolean;
    }
    Index

    Properties

    Properties

    rows: Record<string, unknown>[]
    totalSize: number
    done: boolean