@avalabs/types
Advanced tools
Comparing version
@@ -34,4 +34,4 @@ interface Contact { | ||
} | ||
declare type CoreAccount = CorePrimaryAccount | CoreImportedAccount; | ||
type CoreAccount = CorePrimaryAccount | CoreImportedAccount; | ||
export { Contact, ContactsState, CoreAccount, CoreAccountType, CoreImportedAccount, CorePrimaryAccount }; |
@@ -23,4 +23,4 @@ declare enum CoreAccountType { | ||
} | ||
declare type CoreAccount = CorePrimaryAccount | CoreImportedAccount; | ||
type CoreAccount = CorePrimaryAccount | CoreImportedAccount; | ||
export { CoreAccount, CoreAccountType, CoreImportedAccount, CorePrimaryAccount }; |
{ | ||
"name": "@avalabs/types", | ||
"version": "2.8.0-alpha.44", | ||
"version": "2.8.0-alpha.45", | ||
"license": "MIT", | ||
@@ -19,3 +19,3 @@ "private": false, | ||
}, | ||
"gitHead": "a233fd66d58a09c82a8a1af726a74562a3b7f244" | ||
"gitHead": "1babed3ec1c4fd1078c7f257900dc22cee9d35c4" | ||
} |
2925
-0.54%