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: { workspaceInput: {
name?: string; name?: string;
slug?: string; slug?: string;
plan?: "free" | "pro" | "enterprise"; plan?: "free" | "team" | "pro" | "enterprise";
description?: string; description?: string;
showEmailsToMembers?: boolean; showEmailsToMembers?: boolean;
weekStartDay?: number; weekStartDay?: number;