ProductPriceTable: {
    price?: number;
    pricebook?: string;
    quantity?: number;
} & {
    [key: string]: any;
}