UNPKG

node-suitetalk

Version:
15 lines (10 loc) 281 B
"use strict"; const SearchRow = require("./common/searchRow"); class locationSearchRow extends SearchRow { constructor() { super(); this._name = "locationSearchRow"; this._type = "listAcct"; } } module.exports = locationSearchRow;