UNPKG

@vendasta/store

Version:

Components and data for Store

9 lines (8 loc) 141 B
export interface Pricing { currency: string; prices: Price[]; } export interface Price { price: number; frequency: string; }