Skip to main content

SalesforceMessage

Index

Properties

Properties

optionalchannel

channel?: string

data

data: { event: { EventApiName: string; EventUuid: string; replayId: number }; payload: unknown; schema?: string }

Type declaration

  • event: { EventApiName: string; EventUuid: string; replayId: number }
    • EventApiName: string
    • EventUuid: string
    • replayId: number
  • payload: unknown
  • optionalschema?: string