import { type ServerSentEventMessage } from "https://deno.land/std@0.220.0/http/server_sent_event_stream.ts";
Represents a message in the Server-Sent Event (SSE) protocol.
Properties
The event ID to set the EventSource
object's last event ID value.