export class CommentCreateRequest {
  private constructor(
    public comment: CommentCreate,
  ) {}