feat: update medias
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package fields
|
||||
|
||||
type MediaAsset struct {
|
||||
Type MediaAssetType `json:"type"`
|
||||
Hash string `json:"hash"`
|
||||
Mark *string `json:"mark,omitempty"`
|
||||
Type MediaAssetType `json:"type"`
|
||||
Media int64 `json:"media"`
|
||||
Mark *string `json:"mark,omitempty"`
|
||||
}
|
||||
|
||||
// swagger:enum MediaAssetType
|
||||
|
||||
Reference in New Issue
Block a user