한국어
Appearance
문서화할 수 있는 TypeScript 선언의 타입을 나타내요.
type DeclarationKind = "function" | "class" | "interface" | "type" | "enum" | "variable";