interface TrackEventParameters {
    context?: Record<string, unknown>;
    eventName: string;
    properties?: Record<string, unknown>;
}

Properties

context?: Record<string, unknown>
eventName: string
properties?: Record<string, unknown>