Type Alias FilterSettings

FilterSettings: {
    name?: string;
    value?: string;
}[]

The list of the filters that were used in the request

Type declaration

  • Optionalname?: string

    Name of the filter

  • Optionalvalue?: string

    Value of the filter