UNPKG

@accounts/types

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