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