PublishersQuery interface

Defines a query for service hook publishers.

Properties

publisherIds

Optional list of publisher ids to restrict the results to

publisherInputs

Filter for publisher inputs

results

Results from the query

Property Details

publisherIds

Optional list of publisher ids to restrict the results to

publisherIds: string[]

Property Value

string[]

publisherInputs

Filter for publisher inputs

publisherInputs: {[key: string]: string}

Property Value

{[key: string]: string}

results

Results from the query

results: Publisher[]

Property Value