Add documentIds to FE database

This commit is contained in:
Andras Schmelczer 2024-12-15 12:03:36 +00:00
parent 098540323e
commit dfdf1d016b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 8 additions and 0 deletions

View file

@ -4,5 +4,6 @@ export type RelativePath = string;
export interface DocumentMetadata {
parentVersionId: VaultUpdateId;
documentId: DocumentId;
hash: string;
}