TypeElementKind: "interface" | "type" | "enum" | "class" | "variable"

Kinds of TypeScript type elements we can encounter. Please note, that a function is also a variable here.