Commit e1944fc5 authored by nanahira's avatar nanahira

missing

parent 7eb1b63e
......@@ -23,6 +23,7 @@ export interface KoishiPluginRegistrationOptions<T = any> {
schema?: Schema<T> | Type<T>;
Config?: Schema<T> | Type<T>;
using?: ServiceName[];
reusable?: boolean;
}
export interface PluginMeta<T = any> {
......
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