mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
export interface Logger {
|
|
debug(message: string, extra?: any): void;
|
|
}
|