Commit 44933f69 authored by nanahira's avatar nanahira

fix

parent c67ecc0b
// metadatas // metadatas
import { Context, Schema } from 'koishi'; import { Context, Schema } from 'koishi';
import { ControlType, ProvideDefinition, SystemInjectFun } from './interfaces'; import {
ControlType,
ProvideDefinition,
ServiceName,
SystemInjectFun,
} from './interfaces';
import { ClassType } from 'schemastery-gen'; import { ClassType } from 'schemastery-gen';
export const KoishiServiceInjectSym = 'KoishiServiceInjectSym'; export const KoishiServiceInjectSym = 'KoishiServiceInjectSym';
......
...@@ -5,6 +5,7 @@ import { ...@@ -5,6 +5,7 @@ import {
ClassPluginConfig, ClassPluginConfig,
Instances, Instances,
PluginClass, PluginClass,
ServiceName,
TypeFromClass, TypeFromClass,
} from '../def'; } from '../def';
import { ClassType } from 'schemastery-gen'; import { ClassType } from 'schemastery-gen';
......
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