Merge branch 'main' into feature/cloud-sync-improvements

This commit is contained in:
Zamitto 2024-10-22 17:32:55 -03:00 committed by GitHub
commit 034e71b3ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 846 additions and 94 deletions

View file

@ -238,7 +238,7 @@ export interface Subscription {
id: string;
status: SubscriptionStatus;
plan: { id: string; name: string };
expiresAt: Date | null;
expiresAt: string | null;
}
export interface UserDetails {