-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.ts
28 lines (27 loc) · 1.03 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
/* tslint:disable */
/* eslint-disable */
/**
* Bergflix. Api Documentation
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0.0
* Contact: [email protected]
*
* 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/about-api';
export * from './apis/application-field-api';
export * from './apis/application-question-api';
export * from './apis/application-session-api';
export * from './apis/coming-soon-api';
export * from './apis/contributor-api';
export * from './apis/featured-api';
export * from './apis/homepage-api';
export * from './apis/imprint-api';
export * from './apis/serie-api';
export * from './apis/upload-file-api';
export * from './apis/users-permissions-permission-api';
export * from './apis/users-permissions-role-api';
export * from './apis/users-permissions-user-api';
export * from './apis/video-api';