refactor(data): replace schema classes with readonly models
This commit is contained in:
@@ -11,7 +11,7 @@ export type PaymentPlanCatalog = "default" | "tip";
|
||||
|
||||
export interface PaymentState {
|
||||
planCatalog: PaymentPlanCatalog;
|
||||
plans: PaymentPlan[];
|
||||
plans: readonly PaymentPlan[];
|
||||
isFirstRecharge: boolean;
|
||||
selectedPlanId: string;
|
||||
payChannel: PayChannel;
|
||||
|
||||
Reference in New Issue
Block a user