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