Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ ImageGenerateResponse
Interface
ImageGenerateResponse
packages/baseai/types/providers.ts:283–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
* @
interface
282
*/
283
export
interface
ImageGenerateResponse {
284
created: string;
285
data: object[];
286
provider: string;
287
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected