7 lines
146 B
C#

namespace DigitalData.Core.Abstractions.Client
{
public interface IHttpClientOptions
{
public string Uri { get; init; }
}
}