started with post editor
This commit is contained in:
10
frontend/src/app/shared/interfaces/post.ts
Normal file
10
frontend/src/app/shared/interfaces/post.ts
Normal file
@ -0,0 +1,10 @@
|
||||
export interface Post {
|
||||
id: number;
|
||||
title: string;
|
||||
tldr: string;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface Comment {
|
||||
content: string;
|
||||
}
|
Reference in New Issue
Block a user