2
0
mirror of https://github.com/frappe/books.git synced 2025-01-26 16:48:28 +00:00

6 lines
131 B
TypeScript
Raw Normal View History

2023-08-22 12:18:23 +05:30
import { CashDenominations } from './CashDenominations';
export class OpeningCash extends CashDenominations {
count?: number;
}