Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface BucketingDTO
import { type BucketingDTO } from "https://deno.land/x/flagship_io_js_sdk@3.2.6/decision/api/bucketingDTO.ts";

Properties

optional
panic: boolean
optional
campaigns: Array<{ id: string; name?: string; type: string; slug?: string | null; variationGroups: Array<VariationGroupDTO>; }>