| 94 | } |
| 95 | |
| 96 | type Image struct { |
| 97 | Alt string `json:"alt"` |
| 98 | AspectRatio AspectRatio `json:"aspectRatio"` |
| 99 | Image Blob `json:"image"` |
| 100 | } |
| 101 | |
| 102 | type Video struct { |
| 103 | Alt string `json:"alt"` |
nothing calls this directly
no outgoing calls
no test coverage detected