feat: call transcripts apis

refactor: api response for list
This commit is contained in:
2025-05-14 15:38:31 +05:30
parent 2fc0c88ed8
commit b6e390f77c
9 changed files with 215 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
from pydantic import BaseModel
from typing import Any
class CommonResponse(BaseModel):
data: Any
total: int