n8n-nodes-tulip
Version:
n8n nodes for sending data to the Tulip API
19 lines • 546 B
JavaScript
;
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