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>
19 lines
770 B
Text
19 lines
770 B
Text
export declare const NEXT_TS_ERRORS: {
|
|
INVALID_SERVER_API: number;
|
|
INVALID_ENTRY_EXPORT: number;
|
|
INVALID_OPTION_VALUE: number;
|
|
MISPLACED_ENTRY_DIRECTIVE: number;
|
|
INVALID_PAGE_PROP: number;
|
|
INVALID_CONFIG_OPTION: number;
|
|
INVALID_CLIENT_ENTRY_PROP: number;
|
|
INVALID_METADATA_EXPORT: number;
|
|
INVALID_ERROR_COMPONENT: number;
|
|
INVALID_ENTRY_DIRECTIVE: number;
|
|
INVALID_SERVER_ENTRY_RETURN: number;
|
|
};
|
|
export declare const ALLOWED_EXPORTS: string[];
|
|
export declare const LEGACY_CONFIG_EXPORT = "config";
|
|
export declare const DISALLOWED_SERVER_REACT_APIS: string[];
|
|
export declare const DISALLOWED_SERVER_REACT_DOM_APIS: string[];
|
|
export declare const ALLOWED_PAGE_PROPS: string[];
|
|
export declare const ALLOWED_LAYOUT_PROPS: string[];
|