export interface IPayment {
  payment_method_id: number
}
