FAN_OUT_FIELD_TYPES
const FAN_OUT_FIELD_TYPES: readonly ["url[]", "text[]"];The config field types a fan-out source may explode into one feed per entry
— a list of feed URLs, or a list of query strings. A scalar field cannot
fan out, so naming one in fanOut is rejected rather than silently producing
a single feed.