Skip to content
Sheetwrite

Sheetwrite / Documentation

CommentMessage@sheetwrite/core

One immutable author message in a comment thread.

One immutable author message in a comment thread.

Members 5

id
id: string;
author
author: CommentAuthorRef;
body
body: string;
createdAt
createdAt: string;
editedAt
editedAt?: string;

Declaration

View full TypeScript declaration
export interface CommentMessage {
id: string;
author: CommentAuthorRef;
body: string;
createdAt: string;
editedAt?: string;
}