Skip to content

ThreadedComment

type ThreadedComment = {
id: string;
parentId?: string;
ref: string;
resolved?: boolean;
};
PropertyType
idstring
parentId?string
refstring
resolved?boolean