creator, creation date on deck

This commit is contained in:
magdo
2025-10-22 22:03:50 +02:00
parent 9673d564a0
commit 38a2aeb58a
9 changed files with 267 additions and 1 deletions
@@ -16,6 +16,8 @@ export interface ShortDeckDto {
playedNumber: number;
ctype: number;
cardsCount: number;
creator: string;
creationdate: Date;
}
export interface DetailDeckDto {