Interface RegisterStaticFilterActionCreatorPayload

interface RegisterStaticFilterActionCreatorPayload {
    id: string;
    values: StaticFilterValue[];
}

Properties

Properties

id: string

A unique identifier for the static filter.

The values of the static filter.