mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
Adding found
This commit is contained in:
Vendored
+2
-1
@@ -1,3 +1,4 @@
|
||||
declare module "farce" {
|
||||
|
||||
export class BrowserProtocol {}
|
||||
export class queryMiddleware {}
|
||||
}
|
||||
|
||||
Vendored
+4
-1
@@ -1,3 +1,6 @@
|
||||
declare module "found-relay" {
|
||||
|
||||
import { Environment } from "relay-runtime";
|
||||
export class Resolver {
|
||||
constructor(relayEnvironment: Environment);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user