Skip to main content
Go to Latest
type alias HitShape
Re-export
Deprecated
Deprecated

This hit model will be removed on next major version. Please use IHit types instead

import { type HitShape } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/mod.ts";
deprecated
definition:
| { type: "Screen"; data: ScreenViewHit; }
| { type: "Page"; data: PageViewHit; }
| { type: "Transaction"; data: TransactionHit; }
| { type: "Item"; data: ItemHit; }
| { type: "Event"; data: EventHit; }