mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
declare module "found-relay" {
|
|
import { Environment } from "relay-runtime";
|
|
export class Resolver {
|
|
constructor(relayEnvironment: Environment);
|
|
}
|
|
}
|