Interface ReadyCheckSessionResponse

Response from fetching a single ready check session.

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

Properties

guildId: string
ok: boolean