# @item-enonic-types/lib-notifications

> TypeScript types for Enonic XP

Latest version **2.0.0** (published 2022-10-26) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @item-enonic-types/lib-notifications
pnpm add @item-enonic-types/lib-notifications
yarn add @item-enonic-types/lib-notifications
bun add @item-enonic-types/lib-notifications
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2022-10-26 |
| First published | 2022-10-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Tom Arild Jakobsen |
| Maintainers | tajakobsen |
| Keywords | enonic |

## Links

- npm: https://www.npmjs.com/package/@item-enonic-types/lib-notifications
- Repository: https://github.com/ItemConsulting/enonic-types
- Homepage: https://github.com/ItemConsulting/enonic-types#readme
- Issues: https://github.com/ItemConsulting/enonic-types/issues
- npm.io page: https://npm.io/package/@item-enonic-types/lib-notifications

## Dependencies (1)

- [@item-enonic-types/core](https://npm.io/package/@item-enonic-types/core.md) ^7.11.0-RC1

## Recent versions

- 2.0.0 (latest) — 2022-10-26

## README

# Item Enonic Types – Notifications Lib

[![npm version](https://badge.fury.io/js/@item-enonic-types%2Flib-notifications.svg)](https://badge.fury.io/js/@item-enonic-types%2Flib-notifications)

## Installation

Install *@item-enonic-types/lib-notifications* from npm by running:

```bash
npm i --save-dev @item-enonic-types/lib-notifications
```

## Usage

To the types for the `"/lib/notifications"`-module, you need to include the following in your *tsconfig.json* :

```json
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "/lib/xp/*": ["./node_modules/@enonic-types/lib-*"],
      "/lib/*": ["./node_modules/@item-enonic-types/lib-*" ,"./src/main/resources/lib/*"]
    }
  }
}
```

---
_Source: https://npm.io/package/@item-enonic-types/lib-notifications · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
