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