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
+7
View File
@@ -0,0 +1,7 @@
// Code generated by apigen. DO NOT EDIT.
package models
type UpsertProjectStorageRequest struct {
Items []AdminProjectStorageItem `json:"items,omitempty"`
}