mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
|
|
export interface Logger {
|
||
|
|
debug(message: string, extra?: any): void;
|
||
|
|
}
|