export interface UserAgent {
  product: string;
  version: string;
  comment: string;
  raw_value: string;
}
