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

Type declaration

  • Optional price?: number
  • Optional pricebook?: string
  • Optional quantity?: number

Type declaration

  • [key: string]: any