Skip to content

Commit

Permalink
types: sort fields alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila committed Oct 21, 2024
1 parent 1c9acb9 commit eb4a180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,13 +346,13 @@ export type ChannelMemberResponse<StreamChatGenerics extends ExtendableGenerics
invited?: boolean;
is_moderator?: boolean;
notifications_muted?: boolean;
pinned_at?: string;
role?: string;
shadow_banned?: boolean;
status?: string;
updated_at?: string;
user?: UserResponse<StreamChatGenerics>;
user_id?: string;
pinned_at?: string;
};

export type PartialUpdateMemberAPIResponse<
Expand Down

0 comments on commit eb4a180

Please sign in to comment.