UNPKG

@vendasta/store

Version:

Components and data for Store

11 lines (10 loc) 213 B
export interface Pricing { currency: string; prices: Price[]; } export interface Price { price: number; frequency: string; isStartingPrice?: boolean; } export declare const CONTACT_SALES = -1;