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