Skip to content

Type Alias: NotificationType

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

Defined in: src/betterdiscord/ui/notifications.tsx:17