2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 22:58:28 +00:00
2023-12-04 14:38:12 +05:30

6 lines
131 B
TypeScript

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