cookietrack-types
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -143,2 +143,4 @@ /*! | ||
symbol: string; | ||
logo: URL; | ||
decimals: number; | ||
} | ||
@@ -148,2 +150,4 @@ export interface SolTokenData { | ||
symbol: string; | ||
logo: URL; | ||
decimals: number; | ||
} | ||
@@ -153,2 +157,4 @@ export interface TerraTokenData { | ||
symbol: string; | ||
logo: URL; | ||
decimals: number; | ||
} | ||
@@ -155,0 +161,0 @@ export interface LogoData { |
{ | ||
"name": "cookietrack-types", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Common Typings for CookieTrack.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -196,2 +196,4 @@ /*! | ||
symbol: string | ||
logo: URL | ||
decimals: number | ||
} | ||
@@ -201,2 +203,4 @@ export interface SolTokenData { | ||
symbol: string | ||
logo: URL | ||
decimals: number | ||
} | ||
@@ -206,2 +210,4 @@ export interface TerraTokenData { | ||
symbol: string | ||
logo: URL | ||
decimals: number | ||
} | ||
@@ -208,0 +214,0 @@ export interface LogoData { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15119
429