MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / ShareItem

Class ShareItem

apps/admin/schemas.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class ShareItem(BaseModel):
16 expire_value: int
17 expire_style: str = "day"
18 filename: str
19
20
21class DeleteItem(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected