interface SearchClick {
    metadata: SearchEventMetadata;
    productId: string;
    properties?: AnalyticEventProperties;
}

Hierarchy (View Summary)

Properties

productId: string