UNPKG

@a11ywatch/core

Version:
32 lines (31 loc) 750 B
declare const WebsiteModel: { userId: any; url: string; domain: string; pageInsights: boolean; pageHeaders: any[]; pageLoadTime: { duration: number; durationFormated: string; color: string; }; lastScanDate: string; online: boolean; ua: string; mobile: boolean; standard: string; actionsEnabled: boolean; monitoringEnabled: boolean; robots: boolean; subdomains: boolean; tld: boolean; order: number; verified: boolean; verificationCode: string; ignore: any[]; rules: any[]; runners: any[]; proxy: string; }; declare const makeWebsite: ({ url, domain, ...extra }?: any) => typeof WebsiteModel; export { WebsiteModel, makeWebsite };