Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias HitShape
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.12/hit/index.ts";
deprecated
definition:
| { type: "Screen"; data: ScreenViewHit; }
| { type: "Page"; data: PageViewHit; }
| { type: "Transaction"; data: TransactionHit; }
| { type: "Item"; data: ItemHit; }
| { type: "Event"; data: EventHit; }