Rocky_Mountain_Vending/.pnpm-store/v10/files/97/e011a7b5b416fa4b12fe60bb46ed2e5f46576a4b87bcff626a56ec48aa9d10d2ba914f0f8856ef8cf4ec5f6520a7b3671c37b93cc3299b2c65317c65884863
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
279 B
Text

import type { Span } from '@opentelemetry/api';
import type { FastifyReply } from '../types';
import type { spanRequestSymbol } from './constants';
export type PluginFastifyReply = FastifyReply & {
[spanRequestSymbol]?: Span[];
};
//# sourceMappingURL=internal-types.d.ts.map