type alias defaultimport { type default } from "https://deno.land/x/hex@0.5.15/src/functions/function.ts"; Type ParametersoptionalT = Record<string | number | symbol, any>definition: (input: HexFunctionInput<T>,ctx: HexFunctionContext,next?: HexFunctionNext,) => HexFunctionResult