UNPKG

node-suitetalk

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