export interface AttributeEventModel { id: number; name: string; valueId: number; value: string; model: string; price: number; pricePrefix: string; }