Skip to content

Commit

Permalink
fix: even more unrelated types
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed May 16, 2024
1 parent d1346b2 commit 311858f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export type AppSettingsAPIResponse<StreamChatGenerics extends ExtendableGenerics
organization?: string;
permission_version?: string;
policies?: Record<string, Policy[]>;
poll_enabled?: boolean;
push_notifications?: {
offline_only: boolean;
version: string;
Expand Down Expand Up @@ -820,6 +821,8 @@ export type UserResponse<StreamChatGenerics extends ExtendableGenerics = Default
created_at?: string;
deactivated_at?: string;
deleted_at?: string;
devices?: Device<StreamChatGenerics>[];
invisible?: boolean;
language?: TranslationLanguages | '';
last_active?: string;
online?: boolean;
Expand Down

0 comments on commit 311858f

Please sign in to comment.