implement tree view

This commit is contained in:
Gareth George
2023-11-25 17:27:28 -08:00
parent 463870eb5c
commit 4cd84223cf
9 changed files with 254 additions and 207 deletions
+1
View File
@@ -19,6 +19,7 @@ export type GetOperationsRequest = {
repoId?: string
planId?: string
snapshotId?: string
ids?: string[]
lastN?: string
}