* The bytes of the response
()
| 4940 | * The bytes of the response |
| 4941 | */ |
| 4942 | image(): ReadableStream<Uint8Array>; |
| 4943 | } |
| 4944 | interface ImagesError extends Error { |
| 4945 | readonly code: number; |
nothing calls this directly
no outgoing calls
no test coverage detected