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):
|
||||
title: str
|
||||
last_modified: str
|
||||
size: str
|
||||
size: int
|
||||
tags: List[str]
|
||||
links: List[str]
|
||||
body: str
|
||||
|
|
Loading…
Add table
Reference in a new issue