refactor(backup): snapshot model

restic-rewrite-api
Houkime 2023-02-13 10:33:39 +00:00
parent 3afe196901
commit e447419f96
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
from pydantic import BaseModel
class Snapshot(BaseModel):
id: str
service_name: str
created_at: datetime.datetime