Commit c67ecc0b authored by nanahira's avatar nanahira

fix

parent 547df5c6
......@@ -11,6 +11,7 @@ import {
KoishiSystemInjectSym,
KoishiSystemInjectSymKeys,
ProvideOptions,
ServiceName,
SystemInjectFun,
} from './def';
import { TopLevelAction } from 'koishi-decorators';
......
......@@ -9,6 +9,7 @@ import {
KoishiSystemInjectSym,
KoishiSystemInjectSymKeys,
PluginClass,
ServiceName,
ThirdEyeSym,
} from './def';
import { reflector } from './meta/meta-fetch';
......
......@@ -2,6 +2,7 @@ import { RegisterSchema, SchemaProperty, StarterPlugin } from '..';
import { Assets, Bot, Cache, Context } from 'koishi';
import { Inject, PluginName, UsingService } from '../src/decorators';
import { DefinePlugin } from '../src/register';
import { ServiceName } from '../src/def';
@RegisterSchema()
class Config {
......
......@@ -2,6 +2,7 @@ import { App, Context } from 'koishi';
import { DefinePlugin } from '../src/register';
import { Inject, Provide, UseEvent, UsingService } from '../src/decorators';
import { BasePlugin } from '../src/base-plugin';
import { ServiceName } from '../src/def';
declare module 'koishi' {
// eslint-disable-next-line @typescript-eslint/no-namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment