We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72232cb commit 54e4179Copy full SHA for 54e4179
src/logic/MyLogic.ts
@@ -3,6 +3,7 @@ export interface ArticlesType {
3
name: string,
4
title: string,
5
date: string,
6
+ description: string,
7
tags: string[]
8
}
9
const articles: ArticlesType[] = [
0 commit comments