Update parsedmarc/types.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sean Whalen
2026-02-21 14:24:23 -05:00
committed by Sean Whalen
parent cdb56904d3
commit eedc4f5916

View File

@@ -30,8 +30,8 @@ class AggregatePolicyPublished(TypedDict):
aspf: str
p: str
sp: str
pct: str
fo: str
pct: Optional[str]
fo: Optional[str]
np: Optional[str]
testing: Optional[str]
discovery_method: Optional[str]