@a15-ghm/gh-models
v4.2.0
Published
GH Models
Downloads
28
Keywords
Readme
gh-models
Shareable models and interfaces
Installation
npm install --save @a15-ghm/gh-models
Usage
import { IProduct } from '@a15-ghm/gh-models/interfaces/product';
const product: IProduct = {
sfid: '01t0m000004hWcuAAE',
description: 'Beverly Hills MD Dermal Repair Complex - 1 Unit Subscription',
name: 'Beverly Hills MD Dermal Repair Complex - 1 Unit Subscription',
...
};