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

    Interface GetRelatedProductsResponse

    interface GetRelatedProductsResponse {
        page: PageMeta;
        products: Product[];
        total?: number | null;
    }
    Index

    Properties

    Properties

    page: PageMeta
    products: Product[]
    total?: number | null