import { ButtonI } from '../button.interface'; export interface DiscountI { text: string; button: ButtonI; }