We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Post
1 parent 6120f0b commit 5651768Copy full SHA for 5651768
1 file changed
packages/playground/basic/src/components/types.ts
@@ -0,0 +1,6 @@
1
+export interface Post {
2
+ userId: number
3
+ id: number
4
+ title: string
5
+ body: string
6
+}
0 commit comments