Interface ReadyChecksListResponse

Response from listing ready check templates.

interface ReadyChecksListResponse {
    guildId: string;
    ok: boolean;
    readyChecks: ReadyCheckTemplate[];
}

Properties

guildId: string
ok: boolean
readyChecks: ReadyCheckTemplate[]