@secondcloset/types
v3.4.4
Published
secondcloset type declaration and definitions
Downloads
867
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;