UNPKG

@phenixrts/sdk

Version:
6 lines (5 loc) 110 B
interface ILocation { readonly hostname: string; readonly search: string; } export default ILocation;