bot-node-sdk icon indicating copy to clipboard operation
bot-node-sdk copied to clipboard

Cannot export OpenAPI

Open fi6 opened this issue 3 years ago • 0 comments

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};

fi6 avatar Apr 27 '22 14:04 fi6