UNPKG

n8n-nodes-tulip

Version:
19 lines 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.description = void 0; exports.description = [ { displayName: 'Include Deleted Tables', name: 'includeDeletedTables', type: 'boolean', default: false, displayOptions: { show: { resource: ['table'], operation: ['listTables'], }, }, description: 'Whether to include deleted tables in the response', }, ]; //# sourceMappingURL=description.js.map