Interface ReadyCheckSessionsResponse

Response from fetching all ready check sessions.

interface ReadyCheckSessionsResponse {
    guildId: string;
    ok: boolean;
    sessions: ReadyCheckSession[];
}

Properties

Properties

guildId: string
ok: boolean
sessions: ReadyCheckSession[]