UNPKG

@apify/n8n-nodes-apify

Version:
19 lines 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.properties = void 0; exports.properties = [ { displayName: 'Run ID', name: 'runId', required: true, default: '', type: 'string', displayOptions: { show: { resource: ['Actor runs'], operation: ['Get run'], }, }, }, ]; //# sourceMappingURL=properties.js.map