Skip to main content

WorkspaceGoalMilestone

type WorkspaceGoalMilestone = {
[key: string]: unknown;
id: string;
isCompleted: boolean;
title: string;
};

Type Declaration

Index Signature

[key: string]: unknown
NameType
idstring
isCompletedboolean
titlestring