mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +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 {
|
export interface Subscription {
|
||||||
id: string;
|
id: string;
|
||||||
status: SubscriptionStatus;
|
status: SubscriptionStatus;
|
||||||
plan: { id: string; name: "basic" | "plus" };
|
plan: { id: string; name: string };
|
||||||
expiresAt: Date | null;
|
expiresAt: Date | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue