ninghao-nestjs/src/modules/posts/interfaces/post.interface.ts

4 lines
44 B
TypeScript

export interface Post {
title: string
}