ENCOA-16: Added a creation date to the Code List

This commit is contained in:
Tiago Ribeiro
2024-04-18 14:18:29 +01:00
parent 0f03ce95e7
commit 771262fc18
3 changed files with 7 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ export interface Code {
creator: string;
expiryDate: Date;
type: Type;
creationDate?: string;
userId?: string;
email?: string;
name?: string;