Use new API

This commit is contained in:
Andras Schmelczer 2024-12-14 17:06:40 +00:00
parent 65a42a18bf
commit 570b5f9bfc
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 31 additions and 19 deletions

View file

@ -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;
}