export interface IPriceRow { name: string; price: string; isDefault: boolean; }