trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
13 lines • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseCollectionResponse = void 0;
/**
* Generic base class for collection responses from the metadata API.
* Provides a common structure for responses containing collections of typed data.
*
* @template T The type of items in the data collection
*/
class BaseCollectionResponse {
}
exports.BaseCollectionResponse = BaseCollectionResponse;
//# sourceMappingURL=base-collection-response.js.map