Skip to content

Commit dd62cff

Browse files
1 parent eb29626 commit dd62cff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,9 +919,12 @@ export type UserResponse<StreamChatGenerics extends ExtendableGenerics = Default
919919
push_notifications?: PushNotificationSettings;
920920
revoke_tokens_issued_before?: string;
921921
shadow_banned?: boolean;
922+
teams_role?: TeamsRole;
922923
updated_at?: string;
923924
};
924925

926+
export type TeamsRole = { [team: string]: string };
927+
925928
export type PrivacySettings = {
926929
read_receipts?: {
927930
enabled?: boolean;

0 commit comments

Comments
 (0)