Spaces:
Runtime error
Runtime error
Commit
·
42be57d
1
Parent(s):
b2d7d99
types are more strict, so let's use that
Browse files- src/types.mts +1 -1
src/types.mts
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
|
3 |
-
export
|
4 |
postId: string
|
5 |
appId: string
|
6 |
prompt: string
|
|
|
1 |
|
2 |
|
3 |
+
export type Post = {
|
4 |
postId: string
|
5 |
appId: string
|
6 |
prompt: string
|