method Command.prototype.getBaseTypeRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts"; getBaseType(name: string): TypeDef | undefinedGet base type by name. Parametersname: stringName of the type. ReturnsTypeDef | undefined