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) 253 B
import { XapiUser } from "../XapiUser"; export default function setFcmToken(this: XapiUser, token: string): Promise<xapi.user.fcm.post.IResponse>; export declare namespace xapi.user.fcm.post { interface IResponse { success: boolean; } }