mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
server-ts: Fix errors in abstract_becca_entity
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface Blob {
|
||||
blobId: string;
|
||||
content: Buffer;
|
||||
content: string | Buffer;
|
||||
utcDateModified: string;
|
||||
}
|
||||
Reference in New Issue
Block a user