ishaq101's picture
clean init
478dec6
raw
history blame contribute delete
138 Bytes
from pydantic import BaseModel
from typing import Any
class ResponseGetProfile(BaseModel):
status: str
message: str
data: Any