/** * This is auto-generated file, don't modify this file manually */ import { PhotosPhoto } from '../photos/PhotosPhoto'; import { BaseCropPhotoCrop } from './BaseCropPhotoCrop'; import { BaseCropPhotoRect } from './BaseCropPhotoRect'; export interface BaseCropPhoto { photo?: PhotosPhoto; crop?: BaseCropPhotoCrop; rect?: BaseCropPhotoRect; }