1.0.1 • Published 2 years ago

@luryy/interfaces-base v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Typescript Interfaces Shared Example 📦

This module contains an example of a Typescript interface package

The idea of this module is to sharing interfaces between your applications This ensure more consistent contracts between API & Clients

Using Guide

Installation

Install @luryy/interfaces-base

npm install -D @luryy/interfaces-base
Usage

You just need to import defined interfaces at this module

Ex:

import { IFoo } from '@luryy/interfaces-base'
1.0.1

2 years ago

1.0.0

2 years ago