export interface AmServerInfo {
  cookieName: string;
  domains: string[];
}
