UNPKG

@accounts/types

Version:

Accounts-js Types

6 lines (5 loc) 117 B
export interface ConnectionInformations { ip?: string | null; userAgent?: string | null; [key: string]: any; }