Rocky_Mountain_Vending/.pnpm-store/v10/files/0e/68c7a8faaf15758ce972059a3bafd3dda7a27e9440a2c323d304d40c250ec081775e693f0dffefaaee41849115f173602827fa6baa681b30ef48235f6e7944
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
No EOL
478 B
Text

/**
* The span name SHOULD be set to a low cardinality value
* representing the statement executed on the database.
*
* @returns Operation executed on Tedious Connection. Does not map to SQL statement in any way.
*/
export declare function getSpanName(operation: string, db: string | undefined, sql: string | undefined, bulkLoadTable: string | undefined): string;
export declare const once: (fn: Function) => (...args: unknown[]) => any;
//# sourceMappingURL=utils.d.ts.map