Skip to content

Commit

Permalink
extend metadata response
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCapCoder committed Jun 21, 2024
1 parent 2d62bb3 commit cb0bd1b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ export class ContextExternalToolCountPerContextResponse {
@ApiProperty()
boardElement: number;

@ApiProperty()
mediaBoard: number;

constructor(props: ContextExternalToolCountPerContextResponse) {
this.course = props.course;
this.boardElement = props.boardElement;
this.mediaBoard = props.mediaBoard;
}
}

0 comments on commit cb0bd1b

Please sign in to comment.