Commit 44933f69 authored by nanahira's avatar nanahira

fix

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