ninghao-nestjs/src/posts/post.dto.ts

3 lines
56 B
TypeScript

export class CreatePostDto {
readonly title: string
}