export interface ConnectionInformations {
  ip?: string | null;
  userAgent?: string | null;
  [key: string]: any;
}
