mirror of
https://github.com/zadam/trilium.git
synced 2025-10-09 23:18:46 +08:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export interface Logger {
|
|
debug(message: string, extra?: any): void;
|
|
}
|