interface ImagesResponse {
    created: number;
    data: OpenAIClient.Images.Image[];
}

Properties

Properties

created: number