UNPKG

@solinker/nodes-baidu-wangpan

Version:

百度网盘是百度为用户精心打造的云存储产品,已覆盖主流PC和手机操作系统,包含Web版、Windows版、Mac版、Android版等不同版本,免费提供2T超大存储空间,用户将可以轻松将自己的文件上传到网盘上,并可跨端随时随地查看和分享。

10 lines (9 loc) 291 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class BaiduWangpanOAuth2Api implements ICredentialType { name: string; displayName: string; documentationUrl: string; extends: string[]; iconUrl: string; properties: INodeProperties[]; }