UNPKG

overcentric

Version:

A lightweight, privacy-focused toolkit for modern SaaS web applications

6 lines (5 loc) 201 B
export interface SimpleEvent { eventName: string; properties: Record<string, any>; } export declare function sendEvent(event: SimpleEvent, projectId: string, endpoint?: string): Promise<void>;