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