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