import Vue, { VNode } from "vue"; declare global { namespace JSX { // tslint:disable no-empty-interface type Element = VNode; // tslint:disable no-empty-interface type ElementClass = Vue; interface IntrinsicElements { [elem: string]: any; } } interface Window { env: { NETWORK: NetworkEnv; GRAPHQL_URL: string; GRIDPROXY_URL: string; SUBSTRATE_URL: string; ACTIVATION_SERVICE_URL: string; RELAY_DOMAIN: string; BRIDGE_TFT_ADDRESS: string; STELLAR_NETWORK: string; STELLAR_HORIZON_URL: string; TFT_ASSET_ISSUER: string; }; } }