UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

20 lines 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.channelRestoreDescription = void 0; exports.channelRestoreDescription = [ { displayName: 'Channel ID', name: 'channelId', type: 'string', default: '', required: true, displayOptions: { show: { operation: ['restore'], resource: ['channel'], }, }, description: 'The ID of the channel to restore', }, ]; //# sourceMappingURL=description.js.map