2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 12:08:27 +00:00

4 lines
110 B
TypeScript
Raw Normal View History

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