This website requires JavaScript.
Explore
Help
Sign In
jeremy
/
ninghao-nestjs
Watch
1
Star
0
Fork
You've already forked ninghao-nestjs
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
12fa7fa8d9
ninghao-nestjs
/
src
/
modules
/
post
/
post.dto.ts
4 lines
79 B
TypeScript
Raw
Blame
History
export
class
PostDto
{
readonly
title
:
string
;
readonly
body
:
string
;
}
Reference in New Issue
View Git Blame
Copy Permalink