We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb7829 commit 479dab3Copy full SHA for 479dab3
image.go
@@ -37,7 +37,7 @@ type ImageResponse struct {
37
Data []ImageResponseDataInner `json:"data,omitempty"`
38
}
39
40
-// ImageResponseData represents a response data structure for image API.
+// ImageResponseDataInner represents a response data structure for image API.
41
type ImageResponseDataInner struct {
42
URL string `json:"url,omitempty"`
43
B64JSON string `json:"b64_json,omitempty"`
0 commit comments