Interface ReadyCheckUpsertResponse

Response from creating or updating a ready check template.

interface ReadyCheckUpsertResponse {
    guildId: string;
    ok: boolean;
    readyCheck: ReadyCheckTemplate;
}

Properties

Properties

guildId: string
ok: boolean
readyCheck: ReadyCheckTemplate