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 2a912d7 commit d9ac5a6Copy full SHA for d9ac5a6
examples/SampleApp/src/types.ts
@@ -1,8 +1,7 @@
1
import type { Immutable } from 'seamless-immutable';
2
-import type { Channel, ExtendableGenerics, UserResponse, DefaultGenerics } from 'stream-chat';
+import type { Channel, UserResponse } from 'stream-chat';
3
import type { ThreadContextValue } from 'stream-chat-react-native';
4
import type { Theme } from '@react-navigation/native';
5
-import { DefaultStreamChatGenerics } from 'stream-chat-react-native';
6
7
export type LocalAttachmentType = {
8
file_size?: number;
0 commit comments