Skip to content

FrontendDBProtocol

fastagency.studio.db.base.FrontendDBProtocol #

Bases: Protocol

get_user async #

get_user(user_uuid: Union[str, UUID]) -> dict[str, Any]
Source code in fastagency/studio/db/base.py
async def get_user(self, user_uuid: Union[str, UUID]) -> dict[str, Any]: ...