UNPKG

@namiml/web-sdk

Version:

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

3 lines (2 loc) 152 B
import { CustomerJourneyState } from "./externals"; export type NamiCustomerJourneyStateHandler = (customerJourneyState: CustomerJourneyState) => void;