Skip to content

Type Alias: NotificationDataType

ts
type NotificationDataType = "subscribed" | "reply" | "mention" | "private_message" | "mod_action";

Defined in: src/types/index.ts:91