mysterium-tequilapi
Version:
Api library to control mysterium client and node
17 lines (15 loc) • 523 B
Flow
// @flow
/**
* Flowtype definitions for proposals-query
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.5.8
* Author: [Joar Wilk](http://twitter.com/joarwilk)
* Repo: http://github.com/joarwilk/flowgen
*/
import { ProposalQueryOptions } from "../dto/query/proposals-query-options";
import { HttpQueryParams } from "./interface";
declare export default class ProposalsQuery {
options: ProposalQueryOptions;
constructor(options?: ProposalQueryOptions): this;
toQueryParams(): HttpQueryParams;
}