UNPKG

mysterium-tequilapi

Version:
5 lines (4 loc) 121 B
export interface LocationDTO { country?: string; } export declare function parseLocationDTO(data: any): LocationDTO;