@cloudflare/types
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.25](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.24...@cloudflare/types@1.0.25) (2019-05-10) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.24](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.23...@cloudflare/types@1.0.24) (2019-05-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"types": "./src", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "3d879be6e4294f7276882e978a43e71641d1c0b4" | ||
"gitHead": "bedf175b67e2f016db62bc05b6164ac7d1dcfc8b" | ||
} |
@@ -0,1 +1,3 @@ | ||
import { TFrequency } from './subscription'; | ||
export interface IZone { | ||
@@ -66,3 +68,3 @@ id: string; | ||
currency: string; | ||
frequency: string; | ||
frequency: TFrequency; | ||
is_subscribed: boolean; | ||
@@ -69,0 +71,0 @@ can_subscribe: boolean; |
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
31739
1053