Python Tentukan beberapa jenis yang mungkin

from typing import Union

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