2
0
mirror of https://github.com/frappe/books.git synced 2025-02-13 17:39:09 +00:00
2023-12-04 14:38:12 +05:30

6 lines
131 B
TypeScript

import { CashDenominations } from './CashDenominations';
export class ClosingCash extends CashDenominations {
count?: number;
}