NotificationStrategy: {
    EMAIL: typeof default;
    FIREBASE: typeof default;
    MESSAGE?: null;
    SMS?: null;
    SOCKET: typeof SocketServer;
    WHATSAPP?: null;
}

Type declaration

  • EMAIL: typeof default
  • FIREBASE: typeof default
  • Optional MESSAGE?: null
  • Optional SMS?: null
  • SOCKET: typeof SocketServer
  • Optional WHATSAPP?: null

Generated using TypeDoc