- commit
- 9bc36df
- parent
- 380ad6c
- author
- Eric Bower
- date
- 2024-03-04 19:47:50 +0000 UTC
fix: export ApiMdwProps
1 files changed,
+1,
-1
+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 > {