export interface IProductNcm {
    code: string;
    description: string;
    fullDescription: string;
    ex: string | null;
}
