mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
4 lines
101 B
Python
4 lines
101 B
Python
from typing import Any, Dict
|
|
|
|
def convert_to_stripe_object(fixture_data: Dict[Any, Any]) -> Any: ...
|