ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface MacklinSearchResult<T>

    Search results wrapper containing a list of products and total count. The list property is generic to support different product representations (e.g., MacklinProduct for search results, MacklinProductDetails for detailed product information).

    interface MacklinSearchResult<T> {
        list: T;
        total: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    list: T

    The list of products, type depends on the endpoint

    total: number

    Total number of products matching the search