ISPO SDK
    Preparing search index...

    Interface RemoteCodingEventsResult

    Markdown
    interface RemoteCodingEventsResult {
        compactedBefore?: string;
        events: readonly RemoteCodingEvent[];
        nextCursor?: string;
    }
    Index
    compactedBefore?: string
    events: readonly RemoteCodingEvent[]
    nextCursor?: string