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>
15 lines
446 B
Text
15 lines
446 B
Text
export declare enum AttributeNames {
|
|
FASTIFY_NAME = "fastify.name",
|
|
FASTIFY_TYPE = "fastify.type",
|
|
HOOK_NAME = "hook.name",
|
|
PLUGIN_NAME = "plugin.name"
|
|
}
|
|
export declare enum FastifyTypes {
|
|
MIDDLEWARE = "middleware",
|
|
REQUEST_HANDLER = "request_handler"
|
|
}
|
|
export declare enum FastifyNames {
|
|
MIDDLEWARE = "middleware",
|
|
REQUEST_HANDLER = "request handler"
|
|
}
|
|
//# sourceMappingURL=AttributeNames.d.ts.map
|