Skip to content

Commit

Permalink
Added id field to the BannerDTO
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Heusala committed Jan 22, 2024
1 parent ffd1b9e commit 1147bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions banner/types/BannerDTO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { BannerType } from "./BannerType";

export interface BannerDTO extends DTO {

readonly id : string;

/**
* The state of the banner
*/
Expand Down

0 comments on commit 1147bc6

Please sign in to comment.