UNPKG

@idfy/sdk

Version:
11 lines (10 loc) 188 B
export interface Environment { /** * The user agent of the user's browser. */ userAgent?: string; /** * The user's IP address. */ ipAddress?: string; }