Skip to main content

GetActivityLogsResponse

type GetActivityLogsResponse = {
nextCursor: string | null;
results: ActivityEvent[];
};

Response from retrieving activity logs.

Properties

nextCursor

nextCursor: string | null;

results

results: ActivityEvent[];