export class NotificationPriorityV1 { public static Low: number = 0; public static Medium: number = 50; public static High: number = 100; }