Skip to main content
Go to Latest
interface VariationGroupDTO
import { type VariationGroupDTO } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/decision/api/bucketingDTO.ts";

Properties

id: string
targeting: { targetingGroups: Array<{ targetings: Array<Targetings>; }>; }
variations: Array<{ id: string; modifications: { type: string; value: any; }; allocation?: number; reference?: boolean; }>