Type Alias NotificationPlan
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
- contentTemplate: string
- createTime: number
- handlerEmail: string
- handlerId: number
- id: number
- name: string
- sentTime: number
- subjectTemplate: string
- updateTime: number