reglanegociom3
Version:
16 lines (15 loc) • 437 B
TypeScript
import { M3PrdGeneral } from "./M3PrdGeneral.type";
import { M3PrdAdicionales } from "./M3PrdAdicionales.type";
export declare class TypeM3PrdGrp {
SKP1: string;
RATING: number;
FICHATECNICA: string;
MARCA: string;
CLASIFICACION: string;
NOMBRE: string;
TIPO: string;
LoM3PrdGeneral: M3PrdGeneral[];
LoM3PrdAdicionales: M3PrdAdicionales[];
listImagenes: any[];
constructor();
}