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