File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,6 @@ import type { Channel, UserResponse } from 'stream-chat';
22import type { MessageType , ThreadType } from 'stream-chat-react-native' ;
33import 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-
215export type DrawerNavigatorParamList = {
226 HomeScreen : undefined ;
237 UserSelectorScreen : undefined ;
You can’t perform that action at this time.
0 commit comments