| /** | |
| * Generated by orval v8.8.1 🍺 | |
| * Do not edit manually. | |
| * OpenAPI spec version: 0.0.1 | |
| */ | |
| import type { PageId } from './pageId' | |
| export interface CodexImageGenerationOptions { | |
| /** @nullable */ | |
| instructions?: string | null | |
| /** @nullable */ | |
| model?: string | null | |
| pageId: PageId | |
| prompt: string | |
| /** @nullable */ | |
| quality?: string | null | |
| /** @nullable */ | |
| size?: string | null | |
| } | |