interface defaultimport { type default } from "https://deno.land/x/hex@0.5.15/src/functions/function-input.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