Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jul 11, 2019
1 parent b375a1f commit 63b39fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion types/server/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
declare module 'found/lib/server' {
import * as React from 'react';
import { FarceCreateRouterArgs, Resolver, RouterRenderArgs } from 'found';
import {
FarceCreateRouterArgs,
Omit,
Resolver,
RouterRenderArgs,
} from 'found';

interface GetFarceResultArgs
extends Omit<FarceCreateRouterArgs, 'store' | 'historyProtocol'> {
Expand Down

0 comments on commit 63b39fe

Please sign in to comment.