UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 231 B
import { z } from 'zod'; import type { AstroConfig } from '../../../types/public/config.js'; export declare const AstroConfigRefinedSchema: z.ZodEffects<z.ZodType<AstroConfig, z.ZodTypeDef, AstroConfig>, AstroConfig, AstroConfig>;