n8n-nodes-google-custom-search
Version:
Google Custom Search node for n8n
10 lines • 430 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class GoogleCustomSearchApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
test: ICredentialTestRequest;
authenticate: IAuthenticateGeneric;
}
//# sourceMappingURL=GoogleCustomSearchApi.credentials.d.ts.map