Skip to content

Commit 54e4179

Browse files
committed
auto push
1 parent 72232cb commit 54e4179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/logic/MyLogic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export interface ArticlesType {
33
name: string,
44
title: string,
55
date: string,
6+
description: string,
67
tags: string[]
78
}
89
const articles: ArticlesType[] = [

0 commit comments

Comments
 (0)