type alias TsKeywordTypeKindimport { type TsKeywordTypeKind } from "https://deno.land/x/live@1.77.0/deps.ts"; definition: | "any" | "unknown" | "number" | "object" | "boolean" | "bigint" | "string" | "symbol" | "void" | "undefined" | "null" | "never" | "intrinsic"