UNPKG

@namiml/web-sdk

Version:

Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing

6 lines (5 loc) 238 B
import { CustomerJourneyState } from "../types/externals/customer"; export declare class CustomerJourneyRepository { static instance: CustomerJourneyRepository; fetchCustomerJourneyState(): Promise<CustomerJourneyState | null>; }