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-14 13:13:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
src
/
services
/
blob-interface.ts
6 lines
105 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
;
chore(code): fix editorconfig for src/public
2024-12-22 15:42:15 +02:00
}
Reference in New Issue
Copy Permalink