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>
9 lines
No EOL
565 B
Text
9 lines
No EOL
565 B
Text
import type { SerializedCheckIn } from './types-hoist/checkin';
|
|
import type { DsnComponents } from './types-hoist/dsn';
|
|
import type { CheckInEnvelope, DynamicSamplingContext } from './types-hoist/envelope';
|
|
import type { 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 |