bpms_site/.svn/pristine/14/140408094e45ccff7bac72facc5d4f9ad162d537.svn-base
2025-11-02 16:38:49 +03:30

17 lines
624 B
Plaintext

export declare const NEXT_TS_ERRORS: {
INVALID_SERVER_API: number;
INVALID_ENTRY_EXPORT: number;
INVALID_OPTION_VALUE: number;
MISPLACED_CLIENT_ENTRY: number;
INVALID_PAGE_PROP: number;
INVALID_CONFIG_OPTION: number;
INVALID_CLIENT_ENTRY_PROP: number;
INVALID_METADATA_EXPORT: number;
INVALID_ERROR_COMPONENT: 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 ALLOWED_PAGE_PROPS: string[];
export declare const ALLOWED_LAYOUT_PROPS: string[];