mysterium-tequilapi
Version:
Api library to control mysterium client and node
14 lines (12 loc) • 341 B
Flow
// @flow
/**
* Flowtype definitions for location
* 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 LocationDTO {
country?: string;
}
declare export function parseLocationDTO(data: any): LocationDTO;