mysterium-tequilapi
Version:
Api library to control mysterium client and node
18 lines (16 loc) • 478 B
Flow
// @flow
/**
* Flowtype definitions for service-session
* 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 ServiceSessionDTO {
id: string;
consumerId: string;
}
declare export function parseServiceSessionDTO(data: any): ServiceSessionDTO;
declare export function parseServiceSessionListDTO(
responseData: any
): ServiceSessionDTO[];