Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface BucketingDTO
import { type BucketingDTO } from "https://deno.land/x/flagship_io_js_sdk@3.2.4/decision/api/bucketingDTO.ts";

Properties

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