feat(workspaces): code review changes

This commit is contained in:
Alessandro Magionami
2025-02-28 11:14:28 +01:00
parent b6faa09bfc
commit b6f269b8ea
6 changed files with 61 additions and 13 deletions
@@ -389,7 +389,7 @@ export type CopyProjectAutomations = (params: {
export type AssignWorkspaceSeat = (
params: Pick<WorkspaceSeat, 'userId' | 'workspaceId'> & { type?: WorkspaceSeatType }
) => Promise<WorkspaceSeat>
) => Promise<void>
export type CopyProjectComments = (params: {
projectIds: string[]
}) => Promise<Record<string, number>>