| 444 | |
| 445 | |
| 446 | class AppendixEvidenceItem(TypedDict, total=False): |
| 447 | evidence: str |
| 448 | source_section: str |
| 449 | page_hint: str |
| 450 | kind_hint: str |
| 451 | |
| 452 | |
| 453 | class EvidencePack(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected