type alias HexFunctionRe-exportimport { type HexFunction } from "https://deno.land/x/hex@v0.4.9/functions/mod.ts"; Type ParametersoptionalT = Record<string | number | symbol, any>definition: (input: HexFunctionInput<T>,ctx: HexFunctionContext,next?: HexFunctionNext,) => HexFunctionResult