n8n-nodes-base
Version:
Base nodes of n8n
9 lines • 347 B
TypeScript
import type { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class NocoDb implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
}
//# sourceMappingURL=NocoDb.credentials.d.ts.map