@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) • 320 B
TypeScript
import { XapiLanguage } from "../XapiLanguage";
export default function fetchLanguagePack(this: XapiLanguage, local: string): Promise<xapi.language.get.IResponse>;
export declare namespace xapi.language.get {
interface IResponse {
[key: string]: string | any[] | Record<string, any> | null | number;
}
}