UNPKG

manifest

Version:

The backend for AI code editors

3 lines (2 loc) 176 B
import { ValidationManifest } from '@repo/types'; export declare const customValidators: Record<keyof ValidationManifest, (value: unknown, context: unknown) => string | null>;