refactor: update type (add upload flag)

This commit is contained in:
Methapon2001 2023-11-24 13:52:45 +07:00
parent 6be6a7256b
commit 7cdbf140a9
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -27,6 +27,11 @@ export interface EhrFile {
category: string[];
keyword: string[];
/**
* @private For internal use only.
*/
upload: boolean;
updatedAt: string | Date;
updatedBy: string;
createdAt: string | Date;