UNPKG

@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.

14 lines (13 loc) 422 B
import { Shop } from "../../models/shop/shop.model"; export declare class DomainsHelper { static GetShopDomains(shop: Shop, domains: any, contains_default_domains?: boolean): { url: string; site_map: string; enable: boolean | undefined; indexed: boolean | undefined; primary: boolean | undefined; official: string; name: string; ssl: boolean; }[]; }