interface RawSseEvent The source frame given to a custom SSE payload parser. Properties readonly event: string Server-provided event name, or 'message' when omitted. readonly data: string Joined raw data: lines. readonly optional id: string Server event ID, when supplied.