Skip to content

Commit 8d92ef9

Browse files
authored
Update namespaced.ts
1 parent c612175 commit 8d92ef9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/overmind-website/examples/guide/structuringtheapp/namespaced.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const config = namespaced({
4343
})
4444
4545
declare module 'overmind' {
46-
interface IConfig extends TConfig<typeof config> {}
46+
interface Config extends IConfig<typeof config> {}
4747
}
4848
4949
const overmind = createOvermind(config)

0 commit comments

Comments
 (0)