Membrane React - v0.2.1
    Preparing search index...

    Interface DataCollectionSearchResponse

    interface DataCollectionSearchResponse {
        records: DataRecord[];
        cursor?: string;
    }
    Index

    Properties

    Properties

    records: DataRecord[]
    cursor?: string