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

4 lines
79 B
TypeScript

export class PostDto {
readonly title: string;
readonly body: string;
}