This website requires JavaScript.
Explore
Help
Sign In
adriano.andrade
/
transcription-cost-usage-report
Watch
1
Star
0
Fork
You've already forked transcription-cost-usage-report
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0444ca949e
transcription-cost-usage-re...
/
backend
/
app
/
schemas
/
auth_sigin_schema.py
5 lines
100 B
Python
Raw
Blame
History
from
pydantic
import
BaseModel
class
SigInRequest
(
BaseModel
)
:
email
:
str
password
:
str
Reference in New Issue
View Git Blame
Copy Permalink