Interface WorkspaceCommentThreadsEventMain

interface WorkspaceCommentThreadsEventMain {
    commentThreads: CommentThread[];
    ownerId: string;
}

Properties

commentThreads: CommentThread[]
ownerId: string