@univerjs/thread-comment v0.4.2 • Docs
Type Alias: ThreadCommentJSON
type ThreadCommentJSON: {
id: string;
ref: string;
threadId: string;
} & Partial<Omit<IThreadComment, "id" | "threadId" | "ref">>;
Type declaration
Defined in
packages/thread-comment/src/services/tc-datasource.service.ts:21 (opens in a new tab)