API ReferenceTypesWorkspaceGoalMilestoneOn this pageWorkspaceGoalMilestone type WorkspaceGoalMilestone = {[key: string]: unknown; id: string; isCompleted: boolean; title: string;}; Type Declaration Index Signature [key: string]: unknown NameType idstring isCompletedboolean titlestring