mirror of
https://github.com/SrIzan10/handler.git
synced 2026-05-01 10:45:17 +00:00
remove: ModuleConfiguration
This commit is contained in:
@@ -2,12 +2,12 @@ import type { SernEventsMapping } from '../../types/handler';
|
||||
import type { ScopedPlugin } from '../../types/handler';
|
||||
|
||||
export interface Logging extends ScopedPlugin {
|
||||
error(...payload : SernEventsMapping['error']) : void;
|
||||
warning(...payload : SernEventsMapping['warning']) : void;
|
||||
moduleActivate(...warning : SernEventsMapping['module.activate']) : void;
|
||||
moduleRegister(...register : SernEventsMapping['module.register']) : void;
|
||||
error(...payload: SernEventsMapping['error']): void;
|
||||
warning(...payload: SernEventsMapping['warning']): void;
|
||||
moduleActivate(...warning: SernEventsMapping['module.activate']): void;
|
||||
moduleRegister(...register: SernEventsMapping['module.register']): void;
|
||||
}
|
||||
|
||||
export interface LoggingConstructor {
|
||||
new() : Logging
|
||||
new (): Logging;
|
||||
}
|
||||
Reference in New Issue
Block a user