8 lines
155 B
Go
8 lines
155 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type AdminGetProjectStorageResponse struct {
|
||
|
|
Item ProjectStorageItem `json:"item,omitempty"`
|
||
|
|
}
|