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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
131 B
TypeScript
Raw Normal View History

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