Skip to content

Type Alias: NoticeType

ts
type NoticeType = "info" | "error" | "warning" | "success";

Defined in: src/betterdiscord/ui/notices.ts:6