Sign in , out ,register.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Wino.Mail.Api.Contracts.Common;
|
||||
|
||||
public sealed record QuotaInfoDto(
|
||||
bool HasAiPack,
|
||||
string EntitlementStatus,
|
||||
DateTimeOffset? CurrentPeriodStartUtc,
|
||||
DateTimeOffset? CurrentPeriodEndUtc,
|
||||
int? MonthlyLimit,
|
||||
int? Used,
|
||||
int? Remaining);
|
||||
Reference in New Issue
Block a user