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