Skip to content

Commit

Permalink
chore: 멤버 카운트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyonun321 committed Nov 30, 2024
1 parent c5953cf commit a14c352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion @noctaCrdt/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,6 @@ export interface WorkspaceListItem {
id: string;
name: string;
role: string;
memberCount?: number;
memberCount: number;
activeUsers: number;
}

0 comments on commit a14c352

Please sign in to comment.