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