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 📜
- Host: GitHub
- URL: https://github.com/myunisoft/tsd
- Owner: MyUnisoft
- License: mit
- Created: 2021-09-14T16:45:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T18:12:15.000Z (over 2 years ago)
- Last Synced: 2024-04-25T01:41:43.631Z (about 2 years ago)
- Topics: def, definition, interfaces, types, typescript
- Homepage:
- Size: 976 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
TSD
MyUnisoft public TypeScript interfaces and types 📜.
## 📢 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 ✨
[](#contributors-)
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Yefis
💻 📖 🐛

Gentilhomme
💻 📖 👀 🛡️

FredGuiou
🚧
## License
MIT