Replace document_id with relative id on the FE
This commit is contained in:
parent
47e976b0bb
commit
7d4b5eb33a
3 changed files with 14 additions and 60 deletions
|
|
@ -1,9 +1,7 @@
|
|||
export type DocumentId = string;
|
||||
export type DocumentVersionId = number;
|
||||
export type RelativePath = string;
|
||||
|
||||
export interface DocumentMetadata {
|
||||
documentId: DocumentId;
|
||||
parentVersionId: DocumentVersionId;
|
||||
hash: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue