/** * Configuration for UI components. * * @file */ /** * Onboarding options for StepBusiness * * @type {Object} */ export const BUSINESS_TYPES = { CASUAL_SELLER: 'casual_seller', BUSINESS: 'business', }; /** * Onboarding options for StepProducts * * @type {Object} */ export const PRODUCT_TYPES = { VIRTUAL: 'virtual', PHYSICAL: 'physical', SUBSCRIPTIONS: 'subscriptions', };