@makerinc/react-sdk
    Preparing search index...

    Interface SearchProductsResponse

    interface SearchProductsResponse {
        page: PageMeta;
        products: Product[];
    }
    Index

    Properties

    Properties

    page: PageMeta
    products: Product[]