UNPKG

@vendasta/store

Version:

Components and data for Store

10 lines (9 loc) 189 B
export interface StoreItem { name: string; tagline: string; headerImageUrl: string; iconUrl: string; formattedPrice: string; purchased?: boolean; id?: string; }