feat: call transcripts apis
refactor: api response for list
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
from typing import Any
|
||||
|
||||
class CommonResponse(BaseModel):
|
||||
data: Any
|
||||
total: int
|
||||
Reference in New Issue
Block a user