import { PhotoSize } from './PhotoSize.generated'; export interface PaidMediaPhoto { type: string; photo: Array; }