5 lines
123 B
C#

namespace FileShare_Services.Services.QrCode
{
public sealed record QrCodeResponse(string Url, string QrCodeBase64);
}