Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IClientAppNotificationPayload

A generic text message payload which can be used for chat or notifications

export
interface

IClientAppNotificationPayload

Hierarchy

Index

Properties

Properties

Action

Action: "notification"

Data

Data: { Message: string }

Type declaration

  • Message: string