Use new API
This commit is contained in:
parent
65a42a18bf
commit
570b5f9bfc
5 changed files with 31 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export type DocumentVersionId = number;
|
||||
export type VaultUpdateId = number;
|
||||
export type RelativePath = string;
|
||||
|
||||
export interface DocumentMetadata {
|
||||
parentVersionId: DocumentVersionId;
|
||||
parentVersionId: VaultUpdateId;
|
||||
hash: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue