dolibarr-bff/DoliMiddlewareApi/Dtos/VeriFactu/ProxyResponse.cs

3 lines
127 B
C#
Raw Permalink Normal View History

2026-05-24 21:57:22 +00:00
namespace DoliMiddlewareApi.Dtos.VeriFactu;
public record ProxyResponse(int StatusCode, string? Content, string? ContentType);