mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-15 13:54:09 +08:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
![]() |
export interface Blob {
|
||
|
blobId: string;
|
||
|
content: Buffer;
|
||
|
utcDateModified: string;
|
||
|
}
|