UNPKG

n8n-nodes-openwebui-edit

Version:
8 lines (7 loc) 248 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class OpenWebUICredentialApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }