refactor: update type (add upload flag)
This commit is contained in:
parent
6be6a7256b
commit
7cdbf140a9
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue