mysterium-tequilapi
Version:
Api library to control mysterium client and node
15 lines (13 loc) • 371 B
Flow
// @flow
/**
* Flowtype definitions for nat-status-dto
* 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 NatStatusDTO {
status: string;
error?: string;
}
declare export function parseNatStatusResponse(data: any): NatStatusDTO;