@nosto/nosto-js
    Preparing search index...

    Interface CategoryImpression

    interface CategoryImpression {
        metadata: CategoryEventMetadata;
        page: number;
        productIds: string[];
        properties?: AnalyticEventProperties;
    }

    Hierarchy (View Summary)

    Index

    Properties

    page: number
    productIds: string[]