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
361 B
Text
9 lines
No EOL
361 B
Text
import { DiagAPI } from './api/diag';
|
|
/**
|
|
* Entrypoint for Diag API.
|
|
* Defines Diagnostic handler used for internal diagnostic logging operations.
|
|
* The default provides a Noop DiagLogger implementation which may be changed via the
|
|
* diag.setLogger(logger: DiagLogger) function.
|
|
*/
|
|
export declare const diag: DiagAPI;
|
|
//# sourceMappingURL=diag-api.d.ts.map |