Commit c330d0a6 authored by nanahira's avatar nanahira

fix type again

parent 32c13925
......@@ -36,7 +36,7 @@ declare module 'koishi' {
@Provide('typeorm', { immediate: true })
@DefinePlugin()
export default class TypeORMPlugin
extends BasePlugin<ConnectionOptions, TypeORMPluginConfig>
extends BasePlugin<TypeORMPluginConfig, ConnectionOptions>
implements LifecycleEvents
{
private registryMap = new Map<string, ConnectionEntry>();
......
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