diff --git a/parsedmarc/types.py b/parsedmarc/types.py index 03d2d49..6a4efcb 100644 --- a/parsedmarc/types.py +++ b/parsedmarc/types.py @@ -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]