Add push operations to plugin
This commit is contained in:
parent
a2066cfc1c
commit
9ce8245abc
7 changed files with 78 additions and 53 deletions
|
|
@ -5,4 +5,5 @@ export type RelativePath = string;
|
|||
export interface DocumentMetadata {
|
||||
documentId: DocumentId;
|
||||
parentVersionId: DocumentVersionId;
|
||||
hash: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue