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>
17 lines
No EOL
567 B
Text
17 lines
No EOL
567 B
Text
/**
|
|
* @param {LH.Crdp.Audits.DeprecationIssueDetails} issueDetails
|
|
*/
|
|
export function getIssueDetailDescription(issueDetails: LH.Crdp.Audits.DeprecationIssueDetails): {
|
|
substitutions: Map<string, import("../index.js").IcuMessage | undefined>;
|
|
links: {
|
|
link: string;
|
|
linkTitle: import("../index.js").IcuMessage;
|
|
}[];
|
|
message: import("../index.js").IcuMessage | undefined;
|
|
};
|
|
export namespace UIStrings {
|
|
let feature: string;
|
|
let milestone: string;
|
|
let title: string;
|
|
}
|
|
//# sourceMappingURL=deprecation-description.d.ts.map |