WorkspacePlan
type WorkspacePlan =
| typeof WORKSPACE_PLANS[number]
| string & {
};
The plan type for a workspace. Any string accepted; the listed values are the ones the backend exposes today.
type WorkspacePlan =
| typeof WORKSPACE_PLANS[number]
| string & {
};
The plan type for a workspace. Any string accepted; the listed values are the ones the backend exposes today.