4 lines
84 B
Python
4 lines
84 B
Python
from typing import Dict, Any
|
|
|
|
def extract_body(payload: Dict[str, Any]) -> str: ...
|