Adding found

This commit is contained in:
Belén Curcio
2018-09-27 10:37:09 -03:00
parent 2f361d4437
commit 929fa8ca31
6 changed files with 13 additions and 60 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
declare module "farce" {
export class BrowserProtocol {}
export class queryMiddleware {}
}
+4 -1
View File
@@ -1,3 +1,6 @@
declare module "found-relay" {
import { Environment } from "relay-runtime";
export class Resolver {
constructor(relayEnvironment: Environment);
}
}