UNPKG

n8n-nodes-nocodb-self-host

Version:

Custom n8n node for Nocodb Self Host.

13 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppCustomApi = void 0; class AppCustomApi { constructor() { this.name = 'appCustomApi'; this.displayName = 'Nocodb Self Host API'; this.documentationUrl = 'https://nocodb.com/'; this.properties = []; } } exports.AppCustomApi = AppCustomApi; //# sourceMappingURL=AppCustomApi.credentials.js.map