method Command.prototype.getBaseTypeimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; getBaseType(name: string): IType | undefinedGet base type by name. Parametersname: stringName of the type. ReturnsIType | undefined