export interface TextToImagesRequest {
    prompt: string;
    size?: string;
    n?: number;
}
