UNPKG

@klevu/core

Version:

Typescript SDK that simplifies development on Klevu backend. Klevu provides advanced AI-powered search and discovery solutions for online retailers.

14 lines (13 loc) 386 B
export declare class Klaviyo { static default: Klaviyo | undefined; timer: null | ReturnType<typeof setInterval>; exchangeId?: string; setExchangeId(): void; static init(): void; static getDefault(): Klaviyo; getExchangeId(): string | undefined; static generatePayload(): { connectorType: string; exchangeId: string; } | undefined; }