Skip to main content
Go to Latest
type alias HitCacheDTO
import { type HitCacheDTO } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/mod.ts";
definition: { version: number; data: { visitorId: string; anonymousId: string | null; type: HitType | "BATCH" | "ACTIVATE"; time: number; content?: IHit | FlagDTO | Record<string, unknown>; }; }