Commit c67ecc0b authored by nanahira's avatar nanahira

fix

parent 547df5c6
...@@ -11,6 +11,7 @@ import { ...@@ -11,6 +11,7 @@ import {
KoishiSystemInjectSym, KoishiSystemInjectSym,
KoishiSystemInjectSymKeys, KoishiSystemInjectSymKeys,
ProvideOptions, ProvideOptions,
ServiceName,
SystemInjectFun, SystemInjectFun,
} from './def'; } from './def';
import { TopLevelAction } from 'koishi-decorators'; import { TopLevelAction } from 'koishi-decorators';
......
...@@ -9,6 +9,7 @@ import { ...@@ -9,6 +9,7 @@ import {
KoishiSystemInjectSym, KoishiSystemInjectSym,
KoishiSystemInjectSymKeys, KoishiSystemInjectSymKeys,
PluginClass, PluginClass,
ServiceName,
ThirdEyeSym, ThirdEyeSym,
} from './def'; } from './def';
import { reflector } from './meta/meta-fetch'; import { reflector } from './meta/meta-fetch';
......
...@@ -2,6 +2,7 @@ import { RegisterSchema, SchemaProperty, StarterPlugin } from '..'; ...@@ -2,6 +2,7 @@ import { RegisterSchema, SchemaProperty, StarterPlugin } from '..';
import { Assets, Bot, Cache, Context } from 'koishi'; import { Assets, Bot, Cache, Context } from 'koishi';
import { Inject, PluginName, UsingService } from '../src/decorators'; import { Inject, PluginName, UsingService } from '../src/decorators';
import { DefinePlugin } from '../src/register'; import { DefinePlugin } from '../src/register';
import { ServiceName } from '../src/def';
@RegisterSchema() @RegisterSchema()
class Config { class Config {
......
...@@ -2,6 +2,7 @@ import { App, Context } from 'koishi'; ...@@ -2,6 +2,7 @@ import { App, Context } from 'koishi';
import { DefinePlugin } from '../src/register'; import { DefinePlugin } from '../src/register';
import { Inject, Provide, UseEvent, UsingService } from '../src/decorators'; import { Inject, Provide, UseEvent, UsingService } from '../src/decorators';
import { BasePlugin } from '../src/base-plugin'; import { BasePlugin } from '../src/base-plugin';
import { ServiceName } from '../src/def';
declare module 'koishi' { declare module 'koishi' {
// eslint-disable-next-line @typescript-eslint/no-namespace // 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