Skip to main content

TaskCompleteUndoArgs

type TaskCompleteUndoArgs = {
descendants: {
checked?: boolean;
id: string;
}[];
id: string;
};

Properties

descendants

descendants: {
checked?: boolean;
id: string;
}[];
NameType
checked?boolean
idstring

id

id: string;