UNPKG

yunzai-micro-plugin

Version:

Yunzai开发管理面板

15 lines (11 loc) 346 B
// globals.d.ts // 防止编译此插件报错,实际类型由yunzaijs提供 import { Client } from 'icqq' import { RedisClientType } from 'redis' declare module 'icqq' { interface Client { adapter: number[]; } } /// <reference types="yunzaijs/global" /> /// <reference types="yunzaijs/node_modules/chalk" />