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.

8 lines (7 loc) 259 B
import fetchCountries from "./requests/gapi.countries.get"; import { APIAbstract } from "../server/APIAbstract"; export declare class Gapi extends APIAbstract { constructor(); fetchCountries: typeof fetchCountries; } export declare namespace Gapi { }