Rocky_Mountain_Vending/.pnpm-store/v10/files/5a/99ebfcc1995c36105792357e4894fb6b2709d73e05ea4190997b81661068adbda08ad56a754c57018739eb09dfb471056bee9a22b1d4453f077bf6fdb8b944
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
No EOL
255 B
Text

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