UNPKG

@luka-cat-mimi/n8n-nodes-feishu-project

Version:

飞书项目 N8N 集成插件,支持附件管理等功能

8 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const AttachmentResource = { name: '附件', value: 'attachment', }; exports.default = AttachmentResource; //# sourceMappingURL=AttachmentResource.js.map