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