aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.d.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-09-08 02:31:20 +0800
committerGitHub <noreply@github.com>2017-09-08 02:31:20 +0800
commit4e22c289afcccdc46450f10bc15dfca8a6e2b151 (patch)
tree8192b41455610deccecf92c286b523f2942d3575 /src/globals.d.ts
parentb5435b6ab8c91ddc48c16235c956a38ef5c906d0 (diff)
parentaf217e316a76eef0365123722ba999907a6fcdcb (diff)
downloaddexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar
dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.gz
dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.bz2
dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.lz
dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.xz
dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.tar.zst
dexon-sol-tools-4e22c289afcccdc46450f10bc15dfca8a6e2b151.zip
Merge pull request #159 from 0xProject/fix/types
Move Aftifact type definition to 'types'
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index 467a756a4..05d7131c2 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -33,13 +33,6 @@ declare module '*.json' {
/* tslint:enable */
}
-declare interface Artifact {
- abi: any;
- networks: {[networkId: number]: {
- address: string;
- }};
-}
-
// find-version declarations
declare function findVersions(version: string): string[];
declare module 'find-versions' {