method Command.prototype.getGlobalTypeRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; getGlobalType(name: string): IType | undefinedGet global type by name. Parametersname: stringName of the type. ReturnsIType | undefined