chore: cleanup

This commit is contained in:
zhom
2026-02-16 00:08:12 +04:00
parent 3bb305d638
commit 354e6f4f6b
4 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export interface CloudUser {
id: string;
email: string;
plan: string;
planPeriod: string;
planPeriod: string | null;
subscriptionStatus: string;
profileLimit: number;
cloudProfilesUsed: number;