Skip to content

Commit e463bb4

Browse files
Follow-up solvedac/unofficial-documentation (#5)
Co-authored-by: RanolP <RanolP@users.noreply.github.com>
1 parent 36bef21 commit e463bb4

File tree

3 files changed

+2009
-0
lines changed

3 files changed

+2009
-0
lines changed

src/apis/mod.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
export * from './DefaultApi';
4+
export * from './DefaultApi';

src/mod.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
export * from './runtime';
4+
export * from './apis';
5+
export * from './models';

0 commit comments

Comments
 (0)