This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-08-15 13:54:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
src
/
services
/
blob-interface.ts
5 lines
104 B
TypeScript
Raw
Normal View
History
Unescape
Escape
server-ts: Convert more classes, including entity_changes.js
2024-02-16 23:56:32 +02:00
export
interface
Blob
{
blobId
:
string
;
server-ts: Fix errors in abstract_becca_entity
2024-02-17 10:02:50 +02:00
content
:
string
|
Buffer
;
server-ts: Convert more classes, including entity_changes.js
2024-02-16 23:56:32 +02:00
utcDateModified
:
string
;
}
Reference in New Issue
Copy Permalink