Type Alias: EntityKind
type EntityKind =
| "class"
| "enum"
| "function"
| "interface"
| "namespace"
| "object"
| "type"
| "variable";
Defined in: rules/restrict-tags.ts:18
type EntityKind =
| "class"
| "enum"
| "function"
| "interface"
| "namespace"
| "object"
| "type"
| "variable";
Defined in: rules/restrict-tags.ts:18