An open API service indexing awesome lists of open source software.

https://github.com/myunisoft/tsd

Backend API TypeScript interfaces and types 📜
https://github.com/myunisoft/tsd

def definition interfaces types typescript

Last synced: 12 months ago
JSON representation

Backend API TypeScript interfaces and types 📜

Awesome Lists containing this project

README

          


TSD


MyUnisoft public TypeScript interfaces and types 📜.


Online TypeDoc Documentation


npm version
license

## 📢 About

This package has been designed to allow declaring and sharing TypeScript interfaces and types across several of our projects (public or private).

## 🚧 Requirements
- [Node.js](https://nodejs.org/en/) v20 or higher

## 🚀 Getting Started

This package is available in the Node Package Repository and can be easily installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm) or [yarn](https://yarnpkg.com).

```bash
$ npm i @myunisoft/tsd -D
```

> ⚠️ **-D** stand for **DevDependencies**.

## API

There is multiple exported `namespace` in the local file `index.d.ts`. Online documentation is accessible [here](https://myunisoft.github.io/tsd/)

```ts
export {
Auth,
Windev,
Utils,
MemberGroup,
Account,
AccountNoCp,
BearerToken,
ApiToken,
UserToken,
FirmToken
}
```

## Contributors ✨

[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Yefis
Yefis

💻 📖 🐛
Gentilhomme
Gentilhomme

💻 📖 👀 🛡️
FredGuiou
FredGuiou

🚧

## License
MIT