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
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 {