Rocky_Mountain_Vending/.pnpm-store/v10/files/12/19cec997e17b8c30e120afae32723212e53f2d9e17ac57ad807167f62f57599a4c70dd26891920675bfc1668b0ae7b7ad6aa23fca74d9555712450fefa936d
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

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