(
self: SyncClientProtocol,
_type: str | None = None,
client_id: List[EncodableT] = [],
**kwargs,
)
| 816 | |
| 817 | @overload |
| 818 | def client_list( |
| 819 | self: SyncClientProtocol, |
| 820 | _type: str | None = None, |
| 821 | client_id: List[EncodableT] = [], |
| 822 | **kwargs, |
| 823 | ) -> list[dict[str, str]]: ... |
| 824 | |
| 825 | @overload |
| 826 | def client_list( |