Files
Wino-Mail/Wino.Core.Domain/Models/Accounts/WinoStoreCollectionsIdTicketInfo.cs
T

10 lines
220 B
C#
Raw Normal View History

#nullable enable
using System;
namespace Wino.Core.Domain.Models.Accounts;
public sealed record WinoStoreCollectionsIdTicketInfo(
string ServiceTicket,
string PublisherUserId,
DateTimeOffset ExpiresAtUtc);