generated from lucien/actix-react-template
Articles section of the main page
This commit is contained in:
parent
f77b96db25
commit
9562eb98dc
5 changed files with 101 additions and 27 deletions
|
@ -4,4 +4,10 @@ interface Article {
|
|||
content: string;
|
||||
}
|
||||
|
||||
export type { Article };
|
||||
interface ArticlePreview {
|
||||
id: number;
|
||||
title: string;
|
||||
preview: string;
|
||||
}
|
||||
|
||||
export type { Article, ArticlePreview };
|
Loading…
Add table
Add a link
Reference in a new issue