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

Properties

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