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
478 B
Text
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 |