import { SystemField } from "./system-field"; import { Property } from "./property"; export declare class ProductProperty extends SystemField { properties_id?: string; products_id?: string; code?: string; is_active?: number; not_delete?: number; property?: Property; langs?: any; } export declare class ProductPropertyTranslation extends SystemField { lang_code?: string; value?: string; product_properties_id?: string; }