ENCOA-16: Added a creation date to the Code List
This commit is contained in:
@@ -139,6 +139,7 @@ export interface Code {
|
||||
creator: string;
|
||||
expiryDate: Date;
|
||||
type: Type;
|
||||
creationDate?: string;
|
||||
userId?: string;
|
||||
email?: string;
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user