Rocky_Mountain_Vending/.pnpm-store/v10/files/71/f5aefd5aec2b1f9d0848e1d24ea9da3bc8016f7888e20de3c7b3f3cd7cabc7f87d431c790142978a1b15311b46b4cc90cb96211c0cdfed45d602d473e85237
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

12 lines
No EOL
625 B
Text

import { Exception } from '@opentelemetry/api';
declare type KnexError = Error & {
code?: string;
};
export declare const getFormatter: (runner: any) => any;
export declare function otelExceptionFromKnexError(err: KnexError, message: string): Exception;
export declare const mapSystem: (knexSystem: string) => string;
export declare const getName: (db: string, operation?: string | undefined, table?: string | undefined) => string;
export declare const limitLength: (str: string, maxLength: number) => string;
export declare const extractTableName: (builder: any) => string;
export {};
//# sourceMappingURL=utils.d.ts.map