import type { FinanceIn, FinanceInPatch } from './FinanceIn';
export type CashIn = FinanceIn<'cashin'>;
export type CashInPatch = FinanceInPatch;
