fitbit-sdk-types
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -5,0 +5,0 @@ "description": "Types for Fitbit SDK.", |
@@ -75,3 +75,3 @@ declare const Page: (props: { children: JSX.Element }) => JSX.Element; | ||
selected: ReadonlyArray<number>; | ||
values: ReadonlyArray<any>; | ||
values: ReadonlyArray<Option>; | ||
}) => void; | ||
@@ -78,0 +78,0 @@ }) => JSX.Element; |
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
47140