UNPKG

mysterium-tequilapi

Version:
18 lines (16 loc) 478 B
// @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[];