Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
No EOL
480 B
Text
13 lines
No EOL
480 B
Text
/**
|
|
* @param {string} filename
|
|
* @returns {ReturnType<analyzeLighthouseArtifacts>}
|
|
*/
|
|
export function analyzeInspectorIssues(filename: string): ReturnType<typeof analyzeLighthouseArtifacts>;
|
|
export type IssuesManager = any;
|
|
export type Protocol = typeof import("./generated/protocol.js");
|
|
/**
|
|
* @param {any} lighthouseArtifacts
|
|
*/
|
|
declare function analyzeLighthouseArtifacts(lighthouseArtifacts: any): any[];
|
|
export {};
|
|
//# sourceMappingURL=analyze-inspector-issues.d.mts.map |