jam411 %!s(int64=3) %!d(string=hai) anos
pai
achega
eefe599f9e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/app/src/client/interfaces/notification.ts

+ 2 - 2
packages/app/src/client/interfaces/notification.ts

@@ -1,8 +1,8 @@
 import type { NotifyType } from './global-notification';
 
 export type INotificationType = {
-  __t: NotifyType | undefined
+  __t?: NotifyType
   _id: string
   // TOOD: Define the provider type
-  provider: any
+  provider?: any
 }