Refactor & update API
This commit is contained in:
parent
5f1075879f
commit
3065edba37
6 changed files with 42 additions and 33 deletions
8
plugin/src/database/document-metadata.ts
Normal file
8
plugin/src/database/document-metadata.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export type DocumentId = string;
|
||||
export type DocumentVersionId = number;
|
||||
export type RelativePath = string;
|
||||
|
||||
export interface DocumentMetadata {
|
||||
documentId: DocumentId;
|
||||
parentVersionId: DocumentVersionId;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue