Handling of AI pack through mmicrosoft store.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Accounts;
|
||||
|
||||
public sealed record WinoStoreCollectionsIdTicketInfo(
|
||||
string ServiceTicket,
|
||||
string PublisherUserId,
|
||||
DateTimeOffset ExpiresAtUtc);
|
||||
Reference in New Issue
Block a user