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) 239 B
import { CustomerJourneyState } from "src/types/externals/customer"; export declare class CustomerJourneyRepository { static instance: CustomerJourneyRepository; fetchCustomerJourneyState(): Promise<CustomerJourneyState | null>; }