Uecko_ERP/modules/customers/src/web/common/api/index.ts

4 lines
112 B
TypeScript
Raw Normal View History

2026-03-10 17:10:11 +00:00
export * from "./api-types";
export * from "./get-customer-by-ip.api";
2026-03-16 17:45:45 +00:00
export * from "./get-customer-list.api";