UNPKG

node-suitetalk

Version:
15 lines (10 loc) 309 B
"use strict"; const SearchRowBasic = require("./common/searchRowBasic"); class invoiceSearchRowBasic extends SearchRowBasic { constructor() { super(); this._name = "invoiceSearchRowBasic"; this._type = "tranSales"; } } module.exports = invoiceSearchRowBasic;