So I have this interface of discounts:
export interface Discount { id: number name: string type: string }
And I use it on my prop