UNPKG

node-suitetalk

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