chore: update types
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user