Type alias PlatformEventChannel

PlatformEventChannel: Metadata & {
    channelType: string;
    label: string;
}

Type declaration

  • channelType: string
  • label: string