Move files
This commit is contained in:
parent
6bb051460e
commit
dd6f63f357
50 changed files with 72 additions and 78 deletions
9
frontend/sync-client/src/database/document-metadata.ts
Normal file
9
frontend/sync-client/src/database/document-metadata.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export type VaultUpdateId = number;
|
||||
export type DocumentId = string;
|
||||
export type RelativePath = string;
|
||||
|
||||
export interface DocumentMetadata {
|
||||
parentVersionId: VaultUpdateId;
|
||||
documentId: DocumentId;
|
||||
hash: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue