feat: updates

This commit is contained in:
Zamitto 2024-10-22 10:17:54 -03:00
parent 3ade87fe0b
commit 57e4bd4d27
10 changed files with 132 additions and 84 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 {