UNPKG

@arsendoman/book-publisher-store

Version:

A Nest.js package for book publishing and storing

11 lines (10 loc) 196 B
export class BookCommentResponseDto { id?: string; username: string; bookId: string; text: string; createdAt: Date; updatedAt: Date; likesAmount: number; dislikesAmount: number; }