Skip to content

Commit 443cc0d

Browse files
committed
fix: remove redundant types
1 parent 927a65a commit 443cc0d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

examples/SampleApp/src/types.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@ import type { Channel, UserResponse } from 'stream-chat';
22
import type { MessageType, ThreadType } from 'stream-chat-react-native';
33
import type { Theme } from '@react-navigation/native';
44

5-
// export type LocalAttachmentType = {
6-
// file_size?: number;
7-
// mime_type?: string;
8-
// };
9-
// export type LocalChannelType = Record<string, unknown>;
10-
// export type LocalCommandType = string & {};
11-
// export type LocalEventType = Record<string, unknown>;
12-
// export type LocalMessageType = Record<string, unknown>;
13-
// export type LocalReactionType = Record<string, unknown>;
14-
// export type LocalUserType = {
15-
// image?: string;
16-
// };
17-
// type LocalPollOptionType = Record<string, unknown>;
18-
// type LocalPollType = Record<string, unknown>;
19-
// type LocalMemberType = Record<string, unknown>;
20-
215
export type DrawerNavigatorParamList = {
226
HomeScreen: undefined;
237
UserSelectorScreen: undefined;

0 commit comments

Comments
 (0)