Rocky_Mountain_Vending/.pnpm-store/v10/files/a0/9d4bcc693163cc589611da61772085afec1dfb9beaa80900d796ce6b488af19ac70a95513be48eae56961fc456c795658214d4165bccbbedead6ea2fbd5177
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
342 B
Text

import { SeverityLevel } from '../types-hoist/severity';
/**
* Determine a breadcrumb's log level (only `warning` or `error`) based on an HTTP status code.
*/
export declare function getBreadcrumbLogLevelFromHttpStatusCode(statusCode: number | undefined): SeverityLevel | undefined;
//# sourceMappingURL=breadcrumb-log-level.d.ts.map