n8n-nodes-base
Version:
Base nodes of n8n
19 lines • 507 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ticketGetDescription = void 0;
exports.ticketGetDescription = [
{
displayName: 'Ticket ID',
name: 'ticketId',
type: 'string',
displayOptions: {
show: {
resource: ['ticket'],
operation: ['get'],
},
},
default: '',
description: 'Get specific customer by ID',
},
];
//# sourceMappingURL=description.js.map