@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.
9 lines (8 loc) • 352 B
TypeScript
import { APIAbstract } from "@selldone/core-js/server/APIAbstract";
import XapiCashbackGet from "@selldone/sdk-storefront/cashback/get/xapi.cashback.get";
export declare class XapiCashback extends APIAbstract {
shop_name: string;
get: typeof XapiCashbackGet;
constructor(shop_name: string);
}
export declare namespace XapiCashbackTypes { }