mobyo-interfaces
Version:
Interfaces de Projetos Mobyo
20 lines (19 loc) • 410 B
TypeScript
export interface IPayioGlobalProduct {
active: boolean;
avgPrice: number;
brand: string;
code: string;
createdAt: Date;
id: string;
lastPrices: number[];
maxPrice: number;
ncm: string | null;
minPrice: number;
name: string;
quantityPackaging: number;
tags: string[];
thumbnail: string | null;
unit: string;
updatedAt: Date;
weight: number;
}