feat: license upgrade confirm

This commit is contained in:
Tristan Yang
2023-01-19 23:03:40 +08:00
parent bc882e786f
commit 397d1c1c23
9 changed files with 80 additions and 18 deletions
+1
View File
@@ -6,6 +6,7 @@ export type PriceType = "subscription" | "payment";
export type PriceSubscriptionDuration = "month" | "quarter" | "year";
export type Price = {
title: string,
price: string,
limit: number,
pid: string,
desc: string,