mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
Merge branch 'main' into feature/cloud-sync-improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user