DiscountRequest: {
    type: DiscountRequestTypeEnum;
    value: number;
} & {
    [key: string]: any;
}

Type declaration

Type declaration

  • [key: string]: any