Forked from rest.bitcoin.com commit 50f5c6ed1bd8d10b72bb8851972446240604eee6 5-3-2019

This commit is contained in:
Chris Troutner
2019-05-21 07:42:39 -07:00
commit 5c81669478
134 changed files with 93274 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface IResponse {
status: number
json: {
error: string
}
}