interface HexFunctionInputRe-exportimport { type HexFunctionInput } from "https://deno.land/x/hex@0.5.15/src/functions/mod.ts"; Type ParametersoptionalT = Record<string | number | symbol, any>Propertiesoptionalplatform: { type: string; name: string; }optionalevent: Record<string, unknown> & { name: string; }optionalrequestedFormat: { mimetype: string; format: string; }params: T