added support for views
Build and Test / build-test-publish-coverage (push) Failing after 1m36s

This commit is contained in:
2025-02-10 23:09:08 -07:00
parent 3c7493c61d
commit 05c3b0ff0b
5 changed files with 232 additions and 81 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ type APIRequestClient struct {
}
type APIResultModel interface {
Record | Zone
Record | Zone | View
}
type APIManyResponse[T APIResultModel] struct {