hyperpop.js/index.ts
2022-06-16 21:59:47 +00:00

11 lines
360 B
TypeScript

// Docs: https://github.com/TangoSoftware/ApiTiendas
export * from "./common.js";
export * from "./dummy.js";
export * from "./product.js";
export * from "./price.js";
export * from "./priceByCustomer.js";
export * from "./priceList.js";
export * from "./stock.js";
export * from "./customer.js";
export * from "./order.js";
export * from "./publications.js";