Skip to content

Commit be04e31

Browse files
chore(develop): sync types to dmgincs/nestjs-api
1 parent 54fa7d8 commit be04e31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/GetCommonGameResponse.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ export class GetCommonGameResponseDto {
88

99
/** The roles associated with the game */
1010
roles: string[];
11+
12+
/** The amount of members that have this game listed as their primary game */
13+
member_count: number;
1114
}

0 commit comments

Comments
 (0)