UNPKG

trade360-nodejs-sdk

Version:
13 lines 480 B
"use strict"; 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