fix: add getBlock Connection method

This commit is contained in:
Tyera Eulberg
2019-11-12 11:21:19 -05:00
committed by Michael Vines
parent 3382548a79
commit 890f6f4d9d
3 changed files with 47 additions and 1 deletions

View File

@ -4,7 +4,7 @@ declare module 'superstruct' {
union(schema: any): any;
list(schema: any): any;
literal(schema: any): any;
tuple(schema: any): any;
};
declare module.exports: {