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