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