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

8 lines
No EOL
288 B
Text

import type { LogSeverityLevel } from '../types-hoist/log';
/**
* Maps a log severity level to a log severity number.
*
* @see LogSeverityLevel
*/
export declare const SEVERITY_TEXT_TO_SEVERITY_NUMBER: Partial<Record<LogSeverityLevel, number>>;
//# sourceMappingURL=constants.d.ts.map