UNPKG

@a11ywatch/core

Version:
17 lines (16 loc) 375 B
import { FastifyContext } from "apollo-server-fastify"; export declare const getWebParams: (req: FastifyContext["request"]) => { url: any; customHeaders: any; mobile: any; pageInsights: any; ua: any; standard: any; actions: any; robots: any; subdomains: any; tld: any; ignore: any; sitemap: any; monitoringEnabled: any; };