feature: return raw bytes as file size
This commit is contained in:
parent
13cc17eed4
commit
725adf65cc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from typing import List, TypedDict
|
||||||
class Entry(TypedDict):
|
class Entry(TypedDict):
|
||||||
title: str
|
title: str
|
||||||
last_modified: str
|
last_modified: str
|
||||||
size: str
|
size: int
|
||||||
tags: List[str]
|
tags: List[str]
|
||||||
links: List[str]
|
links: List[str]
|
||||||
body: str
|
body: str
|
||||||
|
|
Loading…
Add table
Reference in a new issue