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>
8 lines
292 B
Text
8 lines
292 B
Text
import { 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
|