/** * This is auto-generated file, don't modify this file manually */ import { PhotosPhotoSizes } from '../photos/PhotosPhotoSizes'; export interface PodcastCover { sizes?: PhotosPhotoSizes[]; }