Q:

typing multiple types

from typing import Union


def foo(client_id: str) -> Union[list,bool]
0

New to Communities?

Join the community