generated from lucien/actix-react-template
Add first version of article section
This commit is contained in:
parent
5c4ac78dee
commit
36dae30b4e
4 changed files with 57 additions and 0 deletions
7
front/src/types.ts
Normal file
7
front/src/types.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
interface Article {
|
||||
id: number;
|
||||
title: string;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export type { Article };
|
Loading…
Add table
Add a link
Reference in a new issue