mirror of
https://github.com/frappe/books.git
synced 2025-02-13 17:39:09 +00:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
import { InvoiceItem } from '../InvoiceItem/InvoiceItem';
|
|
|
|
export class SalesInvoiceItem extends InvoiceItem {}
|