UpgradeWorkspaceArgs
type UpgradeWorkspaceArgs = CheckoutArgs & UpgradeOptions & {
workspaceId: string;
};
Arguments for upgrading a workspace.
Type Declaration
| Name | Type |
|---|---|
workspaceId | string |
type UpgradeWorkspaceArgs = CheckoutArgs & UpgradeOptions & {
workspaceId: string;
};
Arguments for upgrading a workspace.
| Name | Type |
|---|---|
workspaceId | string |