We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7221b4 commit 7ddce9fCopy full SHA for 7ddce9f
twitter-openapi-typescript/src/apis/index.ts
@@ -2,6 +2,7 @@ export { DefaultApiUtils } from './defaultApi';
2
export { TweetApiUtils } from './tweetApi';
3
export { PostApiUtils } from './postApi';
4
export { UserApiUtils } from './userApi';
5
+export { UsersApiUtils } from './usersApi';
6
export { UserListApiUtils } from './userListApi';
7
export { V11GetApiUtils } from './v11GetApi';
8
export { V11PostApiUtils } from './v11PostApi';
twitter-openapi-typescript/src/models/index.ts
@@ -1,8 +1,5 @@
1
export * from './flag';
export * from './header';
export * from './timeline';
-export * from './tweet';
-export * from './user_list';
-export * from './user';
export * from './response';
export * from './utils';
0 commit comments