@selldone/sdk-storefront
Version:
A TypeScript SDK to connect to your shop and build a fully functional storefront and website by simply developing a frontend web application. All backend operations are seamlessly managed by the serverless Selldone solution.
8 lines (7 loc) • 340 B
TypeScript
import XapiProductRateSubmit from "@selldone/sdk-storefront/product/rate/submit/XapiProductRateSubmit";
import { APIAbstract } from "@selldone/core-js/server/APIAbstract";
export declare class XapiProductRate extends APIAbstract {
shop_name: string;
submitMyRate: typeof XapiProductRateSubmit;
constructor(shop_name: string);
}