Interface ReadyCheckParticipant

A single participant in a ready check session.

interface ReadyCheckParticipant {
    name: string;
    respondedAt: string;
    status: ReadyCheckParticipantStatus;
    userId: string;
}

Properties

name: string
respondedAt: string
userId: string