Type Alias SinglePublisherPropertySelector
SinglePublisherPropertySelector:
| { selection_type: "all"; publisher_domain: string }
| {
selection_type: "by_id";
publisher_domain: string;
property_ids: string[];
}
| {
selection_type: "by_tag";
publisher_domain: string;
property_tags: string[];
}
Singular form — one selector, one publisher. Post-fanout shape.