Type alias PlatformEventChannelMember

PlatformEventChannelMember: Metadata & {
    eventChannel: string;
    selectedEntity: string;
}

Type declaration

  • eventChannel: string
  • selectedEntity: string