mirror of
https://github.com/frappe/books.git
synced 2024-11-14 09:24:04 +00:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
|
import { CashDenominations } from './CashDenominations';
|
||
|
|
||
|
export class OpeningCash extends CashDenominations {
|
||
|
count?: number;
|
||
|
}
|