Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Interface SchemaObjectType

Defined in types

Properties

properties: Recordexternal Record<string, SchemaTypetype SchemaTypecompiler/SchemaType>
validator?: ((value: Recordexternal Record<string, unknown>) => unknown) | string
errors?: DefaultErrorsinterface DefaultErrorscompiler/DefaultErrors & {
validator?: ((
value: Recordexternal Record<string, unknown>,
validatorReturn: unknown,
depth: string
) => ValidationErrortype ValidationErrorcompiler/ValidationError
) | string
}