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

Properties

Properties

created: number