Interface SimpleFilter

Endpoint that filters results.

interface SimpleFilter {
    filterEndpoint: string;
}

Properties

Properties

filterEndpoint: string