* Get the raw image data for a hosted image * @returns ReadableStream of image bytes, or null if not found
()
| 13092 | * @returns ReadableStream of image bytes, or null if not found |
| 13093 | */ |
| 13094 | bytes(): Promise<ReadableStream<Uint8Array> | null>; |
| 13095 | /** |
| 13096 | * Update hosted image metadata |
| 13097 | * @param options Properties to update |
no outgoing calls
no test coverage detected