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[];
|
category: string[];
|
||||||
keyword: string[];
|
keyword: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private For internal use only.
|
||||||
|
*/
|
||||||
|
upload: boolean;
|
||||||
|
|
||||||
updatedAt: string | Date;
|
updatedAt: string | Date;
|
||||||
updatedBy: string;
|
updatedBy: string;
|
||||||
createdAt: string | Date;
|
createdAt: string | Date;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue