mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into feature/cloud-sync-improvements
This commit is contained in:
commit
034e71b3ee
31 changed files with 846 additions and 94 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue