chore: update types

This commit is contained in:
Henry
2026-04-05 23:01:21 +01:00
parent dbf53717db
commit e20104a292

View File

@@ -124,7 +124,7 @@ export const update = async (
workspaceInput: {
name?: string;
slug?: string;
plan?: "free" | "pro" | "enterprise";
plan?: "free" | "team" | "pro" | "enterprise";
description?: string;
showEmailsToMembers?: boolean;
weekStartDay?: number;