Interface ReadyCheckStartResponse

Response from starting a ready check session.

interface ReadyCheckStartResponse {
    guildId: string;
    ok: boolean;
    session: ReadyCheckSession;
    summary: ReadyCheckSummary;
}

Properties

guildId: string
ok: boolean