File

src/article/dto/create-article.dto.ts

Index

Properties

Properties

Readonly body
body: string
Type : string
Readonly description
description: string
Type : string
Readonly tagList
tagList: string[]
Type : string[]
Readonly title
title: string
Type : string
export class CreateArticleDto {
  readonly title: string;
  readonly description: string;
  readonly body: string;
  readonly tagList: string[];
}

result-matching ""

    No results matching ""