Skip to main content
Latest
type alias HitCacheDTO
import { type HitCacheDTO } from "https://deno.land/x/flagship_io_js_sdk@3.3.2/mod.ts";
definition: { version: number; data: { visitorId: string; anonymousId?: string | null; type: InternalHitType; time: number; content: IHitAbstract; }; }