UNPKG

@idfy/sdk

Version:
11 lines (10 loc) 196 B
export interface EnvironmentInfo { /** * The users user-agent (browser/device) */ UserAgent?: string; /** * The IP-address of the user */ IPAddress?: string; }