mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
feat: adding artifact limit
This commit is contained in:
parent
34a33ccef3
commit
af8468066a
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ export type SubscriptionStatus = "active" | "pending" | "cancelled";
|
|||
export interface Subscription {
|
||||
id: string;
|
||||
status: SubscriptionStatus;
|
||||
plan: { id: string; name: "basic" | "plus" };
|
||||
plan: { id: string; name: string };
|
||||
expiresAt: Date | null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue