Extract library from plugin
This commit is contained in:
parent
8374c971ee
commit
ae3acb9e1e
37 changed files with 61 additions and 77 deletions
9
sync-client/src/database/document-metadata.ts
Normal file
9
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