@secondcloset/types
v3.4.5
Published
secondcloset type declaration and definitions
Downloads
1,294
Maintainers
Keywords
Readme
Install
npm i @secondcloset/types
Usage
import { Storage, Fulfillment, Warehouse, Common } from "@secondcloset/types"
type Appointment = Storage.Appointment;
type Order = Storage.Order;
...
type Order = Fulfillment.Order;