2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00
books/models/inventory/Point of Sale/OpeningCash.ts
2023-12-04 14:38:12 +05:30

6 lines
131 B
TypeScript

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