parent
cf7690a60f
commit
38884fead8
@ -31,10 +31,7 @@ class CollectionItemRevisionInOut(BaseModel):
|
|||||||
uid: str
|
uid: str
|
||||||
meta: bytes
|
meta: bytes
|
||||||
deleted: bool
|
deleted: bool
|
||||||
chunks: t.List[t.Union[
|
chunks: t.List[t.Tuple[str, t.Optional[bytes]]]
|
||||||
t.Tuple[str],
|
|
||||||
t.Tuple[str, bytes],
|
|
||||||
]]
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
orm_mode = True
|
orm_mode = True
|
||||||
|
Loading…
Reference in New Issue
Block a user