null matches any value, a field that is a string must match exactly that value and and
array is effectively an OR-ed set, where any one of those values must match.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type TopicFilter: (null | string | string[])[];
null matches any value, a field that is a string must match exactly that value and and
array is effectively an OR-ed set, where any one of those values must match.
Was this page helpful?
