src/app/models/i-payment-update.model.ts
amount: number
number
export interface IPaymentUpdate { amount: number; }