3.1.6 • Published 1 month ago

@engagently/types v3.1.6

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 month ago

@engagently/types

Type definitions for integrating Engagently into your typescript project.

Installation

  1. Install the package via npm or yarn:

    npm install @engagently/types --save-dev

    Or if you are using yarn:

    yarn add @engagently/types --dev

Important Notes

  • Always make sure to use the latest version of @engagently/types. Regular updates are made to ensure the types are in sync with the latest features and changes. To ensure you're using the latest, always check the version in your package.json and compare it with the latest version on the npm registry.

  • After installing or updating, you need to include @engagently/types in the types array of your tsconfig.json to ensure TypeScript recognizes and uses the types from this package.

Configuration

In your tsconfig.json, add @engagently/types to the types array:

{
  "compilerOptions": {
    // ... other options
    "types": ["@engagently/types", ...otherTypes]
  }
}

Support

For any issues or questions related to @engagently/types, please contact our support or refer to the official documentation.

3.1.6

1 month ago

3.1.3

2 months ago

3.1.2

2 months ago

3.0.1

3 months ago

3.0.0

4 months ago

2.10.5

4 months ago

2.10.4

4 months ago

2.10.3

4 months ago

2.10.2

4 months ago

2.10.1

4 months ago

2.10.0

4 months ago

2.9.0

6 months ago

2.8.5

6 months ago

2.8.4

6 months ago

2.8.3

6 months ago

2.8.2

6 months ago

2.8.1

6 months ago

2.8.0

6 months ago

2.7.2

6 months ago

2.7.1

7 months ago

2.7.0

7 months ago

2.6.1

7 months ago

2.6.0

7 months ago

2.5.0

7 months ago

2.4.0

7 months ago

2.3.0

8 months ago

2.2.3

9 months ago

2.2.2

9 months ago

2.2.1

9 months ago

2.1.7

9 months ago

2.1.6

9 months ago

2.1.5

9 months ago