//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
namespace MediaBrowser.Model.Dto;
///
/// Interface IItemDto.
///
public interface IItemDto
{
///
/// Gets or sets the primary image aspect ratio.
///
/// The primary image aspect ratio.
double? PrimaryImageAspectRatio { get; set; }
}