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

    Interface DataCollectionEventsResponse

    interface DataCollectionEventsResponse {
        events: DataCollectionEvent[];
        cursor?: string;
        state?: any;
    }
    Index

    Properties

    Properties

    cursor?: string
    state?: any