Skip to content

ThreadedComment

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