Type alias CustomNotificationType

CustomNotificationType: Metadata & {
    customNotifTypeName: string;
    description?: string | null;
    desktop: boolean;
    masterLabel: string;
    mobile: boolean;
}

Type declaration

  • customNotifTypeName: string
  • Optional description?: string | null
  • desktop: boolean
  • masterLabel: string
  • mobile: boolean