mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 01:53:57 +00:00
feat: adding artifact limit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user