Rocky_Mountain_Vending/.pnpm-store/v10/files/16/b4c50acac8a5c497f0db509461e9195374f6dd07ad4cfcb8ca79f50a5e6e62229bce1d29e4c2b77f20ace440d56363d13fc0a69d32c2162624d1a7f987bfd2
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

4 lines
168 B
Text

/**
* Throws TokenProviderError if value is undefined for key.
*/
export declare const validateTokenKey: (key: string, value: unknown, forRefresh?: boolean) => void;