NotificationPlan: {
    channel: NotificationChannel;
    contentTemplate: string;
    createTime: number;
    handlerEmail: string;
    handlerId: number;
    id: number;
    name: string;
    scope: NotificationScope;
    sentTime: number;
    subjectTemplate: string;
    updateTime: number;
}

Type declaration

  • channel: NotificationChannel
  • contentTemplate: string
  • createTime: number
  • handlerEmail: string
  • handlerId: number
  • id: number
  • name: string
  • scope: NotificationScope
  • sentTime: number
  • subjectTemplate: string
  • updateTime: number