English
Appearance
Represents the types of TypeScript declarations that can be documented.
type DeclarationKind = | "function" | "class" | "interface" | "type" | "enum" | "variable";