@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) • 400 B
TypeScript
import { APIAbstract } from "@selldone/core-js/server/APIAbstract";
import XapiProductSubscriptionContentList from "@selldone/sdk-storefront/product/subscription/content-list/XapiProductSubscriptionContentList";
export declare class XapiProductSubscription extends APIAbstract {
shop_name: string;
getContents: typeof XapiProductSubscriptionContentList;
constructor(shop_name: string);
}