Skip to content

Commit c04bf0a

Browse files
authored
Update createapp.ts
Fix wrong Post type in the example
1 parent 03bde03 commit c04bf0a

File tree

1 file changed

+1
-0
lines changed
  • packages/overmind-website/examples/guide/getstarted

1 file changed

+1
-0
lines changed

packages/overmind-website/examples/guide/getstarted/createapp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default (ts, view) =>
77
fileName: 'overmind/state.ts',
88
code: `
99
export type Post = {
10+
id: number
1011
title: string
1112
body: string
1213
}

0 commit comments

Comments
 (0)