import { Transaction } from './Transaction.cjs'; import './Owner.cjs'; import './Tag.cjs'; type Assignment = Transaction; export { Assignment };