6 lines
112 B
C#
6 lines
112 B
C#
namespace SharedModels.QueryParameters;
|
|
|
|
public interface IShapeable
|
|
{
|
|
public string? Fields { get; set; }
|
|
} |