n8n-nodes-base
Version:
Base nodes of n8n
13 lines • 453 B
TypeScript
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class CiscoWebexOAuth2Api implements ICredentialType {
name: string;
extends: string[];
displayName: string;
documentationUrl: string;
icon: {
readonly light: "file:icons/Cisco.svg";
readonly dark: "file:icons/Cisco.dark.svg";
};
properties: INodeProperties[];
}
//# sourceMappingURL=CiscoWebexOAuth2Api.credentials.d.ts.map