Fix: Various billing fixes (#3569)
This commit is contained in:
@@ -3559,8 +3559,9 @@ export type UpdateVersionInput = {
|
||||
};
|
||||
|
||||
export type UpgradePlanInput = {
|
||||
targetPlan: PaidWorkspacePlans;
|
||||
billingInterval: BillingInterval;
|
||||
workspaceId: Scalars['ID']['input'];
|
||||
workspacePlan: PaidWorkspacePlans;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user