mirror of
https://github.com/frappe/books.git
synced 2024-11-13 00:46:28 +00:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
|
import { InvoiceItem } from '../InvoiceItem/InvoiceItem';
|
||
|
|
||
|
export class SalesInvoiceItem extends InvoiceItem {}
|