ProductPromotion$0: {
    calloutMsg: string;
    promotionId: string;
    promotionalPrice: number;
} & {
    [key: string]: any;
}

Type declaration

  • calloutMsg: string
  • promotionId: string
  • promotionalPrice: number

Type declaration

  • [key: string]: any