tencent-connect / bot-node-sdk

QQ频道机器人 NODESDK
MIT License
103 stars 33 forks source link

Cannot export OpenAPI #63

Open fi6 opened 2 years ago

fi6 commented 2 years ago

TS4023: Exported variable 'client' has or is using name 'OpenAPI' from external module "/Users/*****/node_modules/qq-guild-bot/typings/index" but cannot be named.

Example code:

import {createOpenAPI} from 'qq-guild-bot';

const client = createOpenAPI({...});

export {client};