On this pageOptimal <T>Type parametersT: objectIndex MethodsconfigurevalidateMethods configureconfigure(options: OptimalOptions): voidModify optimal options after instantiation.validatevalidate(object: DeepPartial<T>, options?: SchemaValidateOptions<UnknownObject, UnknownObject>): Required<T>Validate an object with the defined blueprint and options, and return a deeply built object with correct types and values.
Modify optimal options after instantiation.