n8n-nodes-base
Version:
Base nodes of n8n
18 lines • 586 B
TypeScript
import type { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class SysdigApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
icon: {
readonly light: "file:icons/Sysdig.Black.svg";
readonly dark: "file:icons/Sysdig.White.svg";
};
httpRequestNode: {
name: string;
docsUrl: string;
apiBaseUrl: string;
};
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
}
//# sourceMappingURL=SysdigApi.credentials.d.ts.map