diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-07-12 04:14:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 04:14:23 +0800 |
commit | 5506f7a240e7b8157dbef079baa4a9406f7c8437 (patch) | |
tree | 3cc924dea1952209a8d3f4c557f5ee9bba6b0e6d /src | |
parent | c832cc35cc8331af2abe31e69b3b69fa133e2806 (diff) | |
download | dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.gz dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.bz2 dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.lz dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.xz dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.zst dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.zip |
Add the source for the schema
Diffstat (limited to 'src')
-rw-r--r-- | src/globals.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts index e8c038e6e..1faf468a7 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -27,6 +27,7 @@ declare namespace Chai { /* tslint:enable */ // jsonschema declarations +// Source: https://github.com/tdegrunt/jsonschema/blob/master/lib/index.d.ts declare interface Schema { id?: string; $schema?: string; |