Skip to content

Type Alias: ChangelogEntryType

ts
type ChangelogEntryType = "progress" | "fixed" | "added" | "improved";

Defined in: src/betterdiscord/ui/modals/changelog.tsx:61