n8n-nodes-megaapi
Version:
N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more
21 lines • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.logoutProperties = void 0;
exports.logoutProperties = [
{
displayName: 'Informações',
name: 'notice',
type: 'notice',
default: '',
displayOptions: {
show: {
resource: ['instance'],
operation: ['logout'],
},
},
typeOptions: {
theme: 'warning',
},
},
];
//# sourceMappingURL=logout.js.map