Skip to content

Commit 5651768

Browse files
chore(playground): add types for Post (#1077)
1 parent 6120f0b commit 5651768

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • packages/playground/basic/src/components
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export interface Post {
2+
userId: number
3+
id: number
4+
title: string
5+
body: string
6+
}

0 commit comments

Comments
 (0)