TYPESCRIPT wc-tracks.d.ts
export interface WCTracks {
isEnabled: boolean;
recordEvent: (
eventName: string,
eventProperties: Record< string, unknown >
) => void;
}
export interface WCTracks {
isEnabled: boolean;
recordEvent: (
eventName: string,
eventProperties: Record< string, unknown >
) => void;
}