// Generated Source interface PhotoInfo { /** * */ value?: string; /** * */ type?: "photo"; } export default PhotoInfo;