Why have "id" and "modelName" been left out of Pulse subscription event types?

export interface PulseCreateEvent<T> { created: T; action: "create"; } export interface PulseDeleteEvent<T> { deleted: T; action: "delete"; } export interface PulseUpdateEvent<T> { after: T; action: "update"; } These are not comprehensive. Additional fields are coming through in the event object. Why are they not defined in these types?
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server