Rocky_Mountain_Vending/.pnpm-store/v10/files/bc/30c7b2851ae82b5301ecbe6ab67824d5f840ebdcf8e928b19b3f00278f1c5efd331d9c1efb7530127f0b1f7288f86ee3694e21ae49fb994624513334d4783f
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

5 lines
180 B
Text

import { TokenIdentity } from "@aws-sdk/types";
/**
* Throws TokenProviderError is token is expired.
*/
export declare const validateTokenExpiry: (token: TokenIdentity) => void;