mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
|
import { Doc } from 'fyo/model/doc';
|
||
|
|
||
|
export class StockLedgerEntry extends Doc {}
|