import { InputProfilePhotoStatic } from './InputProfilePhotoStatic.generated'; import { InputProfilePhotoAnimated } from './InputProfilePhotoAnimated.generated'; export type InputProfilePhoto = InputProfilePhotoStatic | InputProfilePhotoAnimated;