mysterium-tequilapi
Version:
Api library to control mysterium client and node
20 lines (18 loc) • 389 B
Flow
// @flow
/**
* Flowtype definitions for service-request
* 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 ServiceRequest {
providerId: string;
type: string;
accessPolicies?: {
ids: string[]
};
options?: {
[key: string]: any
};
}