Interface AIImageGenerationOutput

interface AIImageGenerationOutput {
    fileIds: string[];
}

Properties

Properties

fileIds: string[]

Generated using TypeDoc