UNPKG

node-suitetalk

Version:
15 lines (10 loc) 320 B
"use strict"; const SearchBasic = require("./common/searchBasic"); class ItemFulfillmentSearchBasic extends SearchBasic { constructor() { super(); this._type = "platformCommon"; this._name = "ItemFulfillmentSearchBasic"; } } module.exports = ItemFulfillmentSearchBasic;