5 lines
166 B
C#
5 lines
166 B
C#
namespace Phares.Shared.Models;
|
|
|
|
public record OutputResolution(int Height,
|
|
int Orientation,
|
|
int Width); |