export interface TextToImageRequest {
    prompt: string;
    size?: string;
}
