editable property added to deck short dto

This commit is contained in:
magdo
2025-10-26 21:27:00 +01:00
parent b75d27c7c8
commit fe8d5a53a5
4 changed files with 17 additions and 5 deletions
@@ -18,6 +18,7 @@ export interface ShortDeckDto {
cardCount: number;
creator: string;
creationdate: Date;
editable?: boolean;
}
export interface DetailDeckDto {