Skip to main content
Go to Latest
type alias VisitorCacheDTO
import { type VisitorCacheDTO } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/types.ts";
definition: { version: number; data: { visitorId: string; anonymousId: string | null; consent?: boolean; context?: Record<string, primitive>; assignmentsHistory?: Record<string, string>; campaigns?: Array<{ slug?: string | null; campaignId: string; variationGroupId: string; variationId: string; isReference?: boolean; type: string; activated?: boolean; flags?: Record<string, unknown>; }>; }; }