UNPKG

mysterium-tequilapi

Version:
7 lines (6 loc) 249 B
export interface ServiceSessionDTO { id: string; consumerId: string; } export declare function parseServiceSessionDTO(data: any): ServiceSessionDTO; export declare function parseServiceSessionListDTO(responseData: any): ServiceSessionDTO[];