/** * Cloud API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { UnsplashFileDto } from './unsplash-file-dto'; /** * * @export * @interface UnsplashSearchResponseDto */ export interface UnsplashSearchResponseDto { /** * * @type {Array} * @memberof UnsplashSearchResponseDto */ results: Array; /** * * @type {number} * @memberof UnsplashSearchResponseDto */ total: number; /** * * @type {number} * @memberof UnsplashSearchResponseDto */ total_pages: number; }