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.

5 lines (4 loc) 142 B
import { User } from "../../models/user/user.model"; export declare class SelldoneURLs { static UserProfilePageUrl(user: User): string; }