mirror of
https://github.com/frappe/books.git
synced 2025-01-05 16:12:21 +00:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
|
import { InvoiceItem } from '../InvoiceItem/InvoiceItem';
|
||
|
|
||
|
export class SalesInvoiceItem extends InvoiceItem {}
|