ExportedHandlerTailStreamHandler
ExportedHandlerTailStreamHandler<
Env> = (event,env,ctx) =>TailEventHandlerType|Promise<TailEventHandlerType>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:492
Type Parameters
Section titled “Type Parameters”Env = unknown
Parameters
Section titled “Parameters”Env
Returns
Section titled “Returns”TailEventHandlerType | Promise<TailEventHandlerType>