3 lines
175 B
TypeScript
Executable file
3 lines
175 B
TypeScript
Executable file
import type { DevToolsConfig } from '../dev-overlay/shared';
|
|
import { z } from 'next/dist/compiled/zod';
|
|
export declare const devToolsConfigSchema: z.ZodType<DevToolsConfig>;
|