Rocky_Mountain_Vending/.pnpm-store/v10/files/05/b2aa7f5b4c2261d725890d880f29022d4eeaa981565a8ec198adfb9bc5a3c0c532b2cc64e012e4e4574d8024c3a602b31de2ec340c7060b3ad514de9438e33
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

9 lines
555 B
Text

import { SerializedCheckIn } from './types-hoist/checkin';
import { DsnComponents } from './types-hoist/dsn';
import { CheckInEnvelope, DynamicSamplingContext } from './types-hoist/envelope';
import { SdkMetadata } from './types-hoist/sdkmetadata';
/**
* Create envelope from check in item.
*/
export declare function createCheckInEnvelope(checkIn: SerializedCheckIn, dynamicSamplingContext?: Partial<DynamicSamplingContext>, metadata?: SdkMetadata, tunnel?: string, dsn?: DsnComponents): CheckInEnvelope;
//# sourceMappingURL=checkin.d.ts.map