The FilterResult is the set of publishers that matched a particular query filter.

interface PublisherFilterResult {
    publishers?: Publisher[];
}

Properties

Properties

publishers?: Publisher[]

This is the set of applications that matched the query filter supplied.