Add ProjectStorageService (list/get/upsert/delete)

This commit is contained in:
edmand46
2026-08-12 23:58:34 +03:00
parent 58eb477763
commit d602a95baf
7 changed files with 110 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// Code generated by apigen. DO NOT EDIT.
package models
type GetProjectStorageResponse struct {
Items []ProjectStorageItem `json:"items,omitempty"`
NextCursor string `json:"nextCursor,omitempty"`
}