Add documentIds to FE database
This commit is contained in:
parent
098540323e
commit
dfdf1d016b
2 changed files with 8 additions and 0 deletions
|
|
@ -4,5 +4,6 @@ export type RelativePath = string;
|
|||
|
||||
export interface DocumentMetadata {
|
||||
parentVersionId: VaultUpdateId;
|
||||
documentId: DocumentId;
|
||||
hash: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue