import type { Model } from "./base/model" export type ProductDiscount = Model & { name: string discount: number }