sidelab-xeguei-interfaces
v1.0.37
Published
A package to store interfaces of xeguei app that are used in multiple micro-services
Downloads
15
Readme
Description
A package to store interfaces of xeguei app that are used in multiple micro-services
Install
Follow these steps on Microsoft official documentation of how to download private npm packages.
Then, run the command below in the project folder.
$ yarn add sidelab-xeguei-interfaces
Usage
import { IUser } from 'sidelab-xeguei-interfaces';
const user: IUser = {
// press CTRL + space to IntelliSense
};
Contribute
Clone this repository
Make your changes
Open a Pull Request