UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

15 lines 329 B
//#region src/shared/analytics/types.d.ts type EventType = "click" | "submit" | "custom"; type BeaconPayload = { e: EventType; t: number; d?: Record<string, unknown>; }; declare global { interface Window { upstartQueue: BeaconPayload[]; } } //#endregion export { BeaconPayload }; //# sourceMappingURL=types.d.ts.map