Reviewed-on: #1 Co-authored-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com> Co-committed-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
4 lines
84 B
Python
4 lines
84 B
Python
from typing import Dict, Any
|
|
|
|
def extract_body(payload: Dict[str, Any]) -> str: ...
|