UNPKG

@avalanche-sdk/interchain

Version:
10 lines (9 loc) 162 B
export interface PostHogEvent { api_key: string; event: string; properties: { distinct_id: string; [key: string]: any; }; timestamp?: string; }