tso-data-models
Advanced tools
Comparing version 1.0.5 to 1.0.6
import DataPoint from '../data-point/DataPoint'; | ||
interface ExchangeInterface { | ||
export interface ExchangeInterface { | ||
processResponse(responseData: Record<string, any>): DataPoint[]; | ||
@@ -4,0 +4,0 @@ } |
{ | ||
"name": "tso-data-models", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import DataPoint from '../data-point/DataPoint'; | ||
interface ExchangeInterface { | ||
export interface ExchangeInterface { | ||
processResponse(responseData: Record<string, any>): DataPoint[]; | ||
} | ||
export default ExchangeInterface |
Sorry, the diff of this file is not supported yet
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
37632