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