Skip to content

Commit

Permalink
fix: export ApiMdwProps
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Mar 4, 2024
1 parent 380ad6c commit 9bc36df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdw/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { actions, customKey, err, queryCtx } from "./query.ts";
import { nameParser } from "./fetch.ts";

interface ApiMdwProps<
export interface ApiMdwProps<
Ctx extends ApiCtx = ApiCtx,
M extends AnyState = AnyState,
> {
Expand Down

0 comments on commit 9bc36df

Please sign in to comment.