UNPKG

inngest

Version:

Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.

12 lines (10 loc) 255 B
import { z } from "zod/v3"; //#region src/components/execution/streaming.d.ts interface SseResponse { body: string; statusCode: number; headers: Record<string, string>; } //#endregion export { SseResponse }; //# sourceMappingURL=streaming.d.ts.map