-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.ts
More file actions
30 lines (26 loc) · 896 Bytes
/
api.ts
File metadata and controls
30 lines (26 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* tslint:disable */
/* eslint-disable */
/**
* TechCell RESTful API Documentations
* The documentations of the TechCell RESTful API
*
* The version of the OpenAPI document: 1.0
* Contact: teams@techcell.cloud
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from './services/address-api';
export * from './services/attributes-api';
export * from './services/auth-api';
export * from './services/brands-api';
export * from './services/carts-api';
export * from './services/images-api';
export * from './services/orders-api';
export * from './services/orders-mnt-api';
export * from './services/products-api';
export * from './services/skus-api';
export * from './services/spus-api';
export * from './services/tags-api';
export * from './services/users-api';