n8n-nodes-digital-ocean
Version:
n8n community node to work with the Digital Ocean API
26 lines • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.accountDescription = void 0;
exports.accountDescription = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['account'],
},
},
options: [
{
name: 'Get',
value: 'get',
description: 'Get account information',
action: 'Get account information',
},
],
default: 'get',
},
];
//# sourceMappingURL=AccountDescription.js.map