mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
5 lines
105 B
Python
5 lines
105 B
Python
from typing import Any, Dict
|
|
|
|
def convert_to_stripe_object(fixture_data: Dict[Any, Any]) -> Any:
|
|
...
|