Skip to content

Commit 7ddce9f

Browse files
committed
remove import
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent e7221b4 commit 7ddce9f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

twitter-openapi-typescript/src/apis/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export { DefaultApiUtils } from './defaultApi';
22
export { TweetApiUtils } from './tweetApi';
33
export { PostApiUtils } from './postApi';
44
export { UserApiUtils } from './userApi';
5+
export { UsersApiUtils } from './usersApi';
56
export { UserListApiUtils } from './userListApi';
67
export { V11GetApiUtils } from './v11GetApi';
78
export { V11PostApiUtils } from './v11PostApi';
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
export * from './flag';
22
export * from './header';
33
export * from './timeline';
4-
export * from './tweet';
5-
export * from './user_list';
6-
export * from './user';
74
export * from './response';
85
export * from './utils';

0 commit comments

Comments
 (0)