API ReferenceTypesWorkspaceGoalUpdateArgsOn this pageWorkspaceGoalUpdateArgs type WorkspaceGoalUpdateArgs = { deadline?: string | null; description?: string; id: string; title?: string;}; Properties deadline? optional deadline: string | null; description? optional description: string; id id: string; title? optional title: string;