13 lines
638 B
TypeScript
13 lines
638 B
TypeScript
export { provisioningDescription } from './provisioning';
|
|
export { cloudStorageDescription } from './cloud-storage';
|
|
export { customerAddressesDescription } from './customer-addresses';
|
|
export { customersDescription } from './customers';
|
|
export { enumApiDescription } from './enum-api';
|
|
export { eventsDescription } from './events';
|
|
export { ordersDescription } from './orders';
|
|
export { deliveryNoteDescription } from './delivery-note';
|
|
export { invoiceDescription } from './invoice';
|
|
export { productsDescription } from './products';
|
|
export { shipmentsDescription } from './shipments';
|
|
export { webhooksDescription } from './webhooks';
|