Skip to content

Commit

Permalink
chore(develop): sync types to dmgincs/nestjs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
damageinc-bot[bot] committed Feb 25, 2024
1 parent 0192bdb commit bc9adc2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/profile/UpdateMemberProfileRequest.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@

export class UpdateMemberProfileRequestDto {

/** The member ID to update */

memberId: number;

/** The member name to update */

name: string;
Expand All @@ -13,9 +8,9 @@ export class UpdateMemberProfileRequestDto {

memberGroupId: number;

/** The member group name to update */
/** The member secondary groups to update */

memberSecondaryGroups: string[];
memberSecondaryGroups: number[];

/** The member house to update */

Expand Down

0 comments on commit bc9adc2

Please sign in to comment.