Update relay-runtime types

This commit is contained in:
Chi Vinh Le
2018-08-30 15:41:08 +02:00
parent 0497718764
commit 7ab70b8484
11 changed files with 32 additions and 42 deletions
@@ -1,7 +1,3 @@
declare module "relay-runtime" {
export const ROOT_ID: string;
}
import { Environment, ROOT_ID } from "relay-runtime";
export default function getMe(environment: Environment) {