UNPKG

@vendasta/store

Version:

Components and data for Store

12 lines (11 loc) 257 B
import { Pricing } from './pricing/pricing'; export interface StoreItem { name: string; tagline: string; headerImageUrl: string; iconUrl: string; formattedPrice: string; purchased?: boolean; id?: string; pricing?: Pricing; }