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