Interface LogFacetExcludeActionCreatorPayload

interface LogFacetExcludeActionCreatorPayload {
    facetId: string;
    facetValue: string;
}

Properties

Properties

facetId: string

The facet id.

facetValue: string

The facet value that was excluded.