export interface ProductItemErrorFields { description: string; error_priority: string; error_type: string; title: string; }