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