MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / ImageGenResult

Interface ImageGenResult

apps/webuiapps/src/lib/imageGenClient.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface ImageGenResult {
17 base64: string;
18 mimeType: string;
19}
20
21import { logger } from './logger';
22import { loadPersistedConfig } from './configPersistence';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected