jbilcke-hf HF staff commited on
Commit
42be57d
·
1 Parent(s): b2d7d99

types are more strict, so let's use that

Browse files
Files changed (1) hide show
  1. src/types.mts +1 -1
src/types.mts CHANGED
@@ -1,6 +1,6 @@
1
 
2
 
3
- export interface Post {
4
  postId: string
5
  appId: string
6
  prompt: string
 
1
 
2
 
3
+ export type Post = {
4
  postId: string
5
  appId: string
6
  prompt: string