4 lines
		
	
	
		
			151 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			151 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable File
		
	
	
	
	
import type { NextConfig } from './config';
 | 
						|
import type zod from 'next/dist/compiled/zod';
 | 
						|
export declare const configSchema: zod.ZodType<NextConfig>;
 |