UNPKG

node-suitetalk

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