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

    Interface DataCollectionListResponse

    interface DataCollectionListResponse {
        records: DataRecord[];
        drilldowns?: DataCollectionListResponseDrilldown[];
        cursor?: string;
    }
    Index

    Properties

    records: DataRecord[]
    cursor?: string