import type { FinanceIn, FinanceInPatch } from './FinanceIn'; export type PaymentIn = FinanceIn<'paymentin'>; export type PaymentInPatch = FinanceInPatch;