Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit f0098cc

Browse files
committed
added task model
1 parent 38a3755 commit f0098cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/models/task.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export interface Task {
2+
id?;
3+
title: string;
4+
description: string;
5+
}

0 commit comments

Comments
 (0)