export class ArticleUpdateRequest {
  private constructor(
    public article: ArticleUpdate,
  ) {}