Rocky_Mountain_Vending/.pnpm-store/v10/files/98/d21c4e073be0ca10cdc7b293584fcfce83c291d2bb6f9e3983a1ef24a468b6c71b2e5bced09dc4efde8e719bcc43abb07b61b95d927030a62f7c5b145011cc
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

6 lines
229 B
Text

import type { VersionInfo } from '../../server/dev/parse-version-info';
export declare function getStaleness({ installed, staleness, expected }: VersionInfo): {
text: string;
indicatorClass: string;
title: string;
};