UNPKG

overcentric

Version:

Overcentric watches your website, product, and users - and tells you what matters and what to do about it.

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>;