n8n-nodes-base
Version:
Base nodes of n8n
19 lines • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HunterApi = void 0;
class HunterApi {
name = 'hunterApi';
displayName = 'Hunter API';
documentationUrl = 'hunter';
properties = [
{
displayName: 'API Key',
name: 'apiKey',
type: 'string',
typeOptions: { password: true },
default: '',
},
];
}
exports.HunterApi = HunterApi;
//# sourceMappingURL=HunterApi.credentials.js.map