-
Notifications
You must be signed in to change notification settings - Fork 0
/
api.ts
36 lines (35 loc) · 1.31 KB
/
api.ts
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
30
31
32
33
34
35
/* tslint:disable */
/* eslint-disable */
/**
* DOCUMENTATION
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0.0
* Contact: contact-email@something.io
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/export * from './apis/blog-api';
export * from './apis/calendar-api';
export * from './apis/calendar-event-api';
export * from './apis/candidate-resident-api';
export * from './apis/candidate-resident-vote-api';
export * from './apis/event-api';
export * from './apis/event-item-api';
export * from './apis/google-page-api';
export * from './apis/live-info-api';
export * from './apis/live-stream-config-api';
export * from './apis/mix-api';
export * from './apis/nav-item-api';
export * from './apis/page-api';
export * from './apis/patreon-cache-api';
export * from './apis/podcast-api';
export * from './apis/poster-api';
export * from './apis/recording-api';
export * from './apis/show-api';
export * from './apis/special-api';
export * from './apis/strapi-invite-link-api';
export * from './apis/upload-file-api';
export * from './apis/users-permissions-auth-api';
export * from './apis/users-permissions-users-roles-api';