mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
chore(express-partial-content): move source files
This commit is contained in:
3
packages/express-partial-content/src/Logger.ts
Normal file
3
packages/express-partial-content/src/Logger.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Logger {
|
||||
debug(message: string, extra?: any): void;
|
||||
}
|
||||
Reference in New Issue
Block a user