method Command.prototype.typeRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; type(name: string,handler: Type<unknown> | ITypeHandler<unknown>,options?: ITypeOptions,): thisRegister custom type. Parametersname: stringThe name of the type. handler: Type<unknown> | ITypeHandler<unknown>The callback method to parse the type. optionaloptions: ITypeOptionsType options. Returnsthis