UNPKG

mysterium-tequilapi

Version:
17 lines (15 loc) 418 B
// @flow /** * Flowtype definitions for proposals-query-options * Generated by Flowgen from a Typescript Definition * Flowgen v1.5.8 * Author: [Joar Wilk](http://twitter.com/joarwilk) * Repo: http://github.com/joarwilk/flowgen */ export interface ProposalQueryOptions { providerId?: string; serviceType?: string; accessPolicyProtocol?: string; accessPolicyId?: string; fetchConnectCounts?: boolean; }