Mobile Locker JavaScript SDK
    Preparing search index...

    Interface CRMQueryResult

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

    Properties

    Properties

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