ISPO SDK
    Preparing search index...

    Interface RemoteCodingEventsInput

    Markdown
    interface RemoteCodingEventsInput {
        after?: string;
        sessionId: string;
        waitMs?: number;
    }

    Hierarchy

    Index
    after?: string
    sessionId: string
    waitMs?: number