UNPKG

@apify/n8n-nodes-apify

Version:
16 lines 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.properties = exports.option = exports.name = void 0; const properties_1 = require("./properties"); const hooks_1 = require("./hooks"); exports.name = 'Get items'; const rawOption = { name: 'Get Items', value: 'Get items', action: 'Get dataset items', description: 'Retrieves items from a dataset', }; const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties); exports.properties = properties; exports.option = option; //# sourceMappingURL=index.js.map