Interface DataCollectionEventsResponse

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

Properties

Properties

cursor?: string
state?: any