swc/bundler/tests/.cache/deno/95f412bc3a958ae29ebc9bc0d6e1d8869807514d.ts

6 lines
265 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/gateway/status_types.ts
/** https://discord.com/developers/docs/topics/gateway#update-status-status-types */
export type DiscordStatusTypes = "online" | "dnd" | "idle" | "invisible" | "offline";