import type { BaseBodyPayment } from './BaseBodyPayment'; export declare type BodyUpdatePayment = (BaseBodyPayment & { id: number; });