import { ValidationSchemas, ValidationObjectSchema } from './schemas'; export type InputValidationSchema = Record | ValidationObjectSchema.Shape;