add CRUD for WorkType
This commit is contained in:
@@ -15,4 +15,5 @@ class ArtistResponse(BaseModel):
|
||||
class ArtistDetailResponse(BaseModel):
|
||||
id: str
|
||||
name: str
|
||||
weblink: str
|
||||
works: Dict[str, List[str]]
|
||||
|
||||
Reference in New Issue
Block a user