Rocky_Mountain_Vending/.pnpm-store/v10/files/ab/784283b442fb3d2226a35b8a3df1556aa3e5b091b58699cdae86d5111674e2c30a45538ce1b0c3aa24ab2055a4959909a8da1fa4b29493b681fb020d7592b4
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

7 lines
253 B
Text

import { SpanStatus } from '@sentry/core';
import { AbstractSpan } from '../types';
/**
* Get a Sentry span status from an otel span.
*/
export declare function mapStatus(span: AbstractSpan): SpanStatus;
//# sourceMappingURL=mapStatus.d.ts.map