@sheetwrite/coreinterface
One immutable author message in a comment thread.
Members 5
id
id: string;author
body
body: string;createdAt
createdAt: string;editedAt
editedAt?: string;Declaration
View full TypeScript declaration
export interface CommentMessage { id: string; body: string; createdAt: string; editedAt?: string;}