@devcycle/types
Advanced tools
Comparing version
{ | ||
"name": "@devcycle/types", | ||
"version": "1.0.59", | ||
"version": "1.0.60", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -22,6 +22,6 @@ import { Project, Environment, Variable, Variation, ListAudience, Audience, FeatureConfiguration, Rollout, RolloutStage, Feature, Target } from './models'; | ||
/** | ||
* Map of audience id to audience document, used to populate the _audience field for audienceMatch filters | ||
*/ | ||
* Map of audience id to audience document, used to populate the _audience field for audienceMatch filters | ||
*/ | ||
audiences?: { | ||
[id: string]: Audience; | ||
[id: string]: Audience<IdType>; | ||
}; | ||
@@ -28,0 +28,0 @@ /** |
195288
0