ISPO SDK
    Preparing search index...

    Interface EntityQueryResult<T>

    Markdown
    interface EntityQueryResult<T = unknown> {
        cursor: string | null;
        records: EntityRecord<T>[];
    }

    Type Parameters

    • T = unknown
    Index
    cursor: string | null
    records: EntityRecord<T>[]