IPropertyPaneDynamicFieldFilters type

Property pane dynamic field filters which is an intersection of both source and property filters.

export type IPropertyPaneDynamicFieldFilters = IDynamicDataSharedSourceFilters & IDynamicDataSharedPropertyFilters;