Interface ReadyCheckResponseData

Data for ready-check.response event.

interface ReadyCheckResponseData {
    name: string;
    respondedAt: string;
    sessionId: string;
    status: string;
    userId: string;
}

Properties

name: string
respondedAt: string
sessionId: string
status: string
userId: string