Fix: Various billing fixes (#3569)

This commit is contained in:
Mike
2024-11-28 20:24:05 +01:00
committed by GitHub
parent 562902d58b
commit b2cebea7eb
23 changed files with 575 additions and 125 deletions
@@ -3559,8 +3559,9 @@ export type UpdateVersionInput = {
};
export type UpgradePlanInput = {
targetPlan: PaidWorkspacePlans;
billingInterval: BillingInterval;
workspaceId: Scalars['ID']['input'];
workspacePlan: PaidWorkspacePlans;
};
/**