IPropertyPaneDynamicFieldFilters type

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

export declare type IPropertyPaneDynamicFieldFilters = IDynamicDataSharedSourceFilters & IDynamicDataSharedPropertyFilters;