import { SalesAppBtwType } from "./btwType"; import { GenericFreeField } from "../generic"; export declare class SalesAppArticle { publicId: string; articleCode: string; description: string; unit: string; sellPriceExclBtw: number; sellPriceInclBtw: number; freeFields: GenericFreeField[]; btwType?: SalesAppBtwType; customerFavorites?: string[]; ean?: string; stockColor?: string; stockAmount?: number; [key: string]: any; } //# sourceMappingURL=article.d.ts.map