| 1039 | export type ImageSize = '1K' | '2K' | '4K'; |
| 1040 | |
| 1041 | export interface ImageGenerationConfig { |
| 1042 | aspectRatio?: ImageAspectRatio; |
| 1043 | imageSize?: ImageSize; |
| 1044 | } |
| 1045 | |
| 1046 | export interface ImageGenerationRequest { |
| 1047 | model: string; |
nothing calls this directly
no outgoing calls
no test coverage detected