Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface BucketingDTO
import { type BucketingDTO } from "https://deno.land/x/flagship_io_js_sdk@3.1.0/index.ts";

Properties

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