interface IntrospectParamsimport { type IntrospectParams } from "https://deno.land/x/blocks@1.59.3/engine/block.ts"; PropertiesoptionalincludeReturn: boolean | string[] | ((ts: TsType) => TsType | undefined)optionalfuncNames: string[]