We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type StappState<T extends Stapp<any, any>> = T extends Stapp<infer State, any> ? State : any> // later const app = createApp(...) type State = StappState<typeof app>
Same for application api
The text was updated successfully, but these errors were encountered:
feat(core): type helpers to extract state and api shapes from created…
7d0fee4
… app closes #73
dmitry-korolev
No branches or pull requests
Same for application api
The text was updated successfully, but these errors were encountered: