repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

commit
9bc36df
parent
380ad6c
author
Eric Bower
date
2024-03-04 14:47:50 -0500 EST
fix: export ApiMdwProps
1 files changed,  +1, -1
M mdw/store.ts
+1, -1
1@@ -10,7 +10,7 @@ import {
2 import { actions, customKey, err, queryCtx } from "./query.ts";
3 import { nameParser } from "./fetch.ts";
4 
5-interface ApiMdwProps<
6+export interface ApiMdwProps<
7   Ctx extends ApiCtx = ApiCtx,
8   M extends AnyState = AnyState,
9 > {