2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00

4 lines
110 B
TypeScript
Raw Normal View History

import { InvoiceItem } from '../InvoiceItem/InvoiceItem';
export class SalesQuoteItem extends InvoiceItem {}