File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ const parsedUser = await userSchema.validate(
111111 - [ ` Schema.withMutation(builder: (current: Schema) => void): void ` ] ( #schemawithmutationbuilder-current-schema--void-void )
112112 - [ ` Schema.default(value: any): Schema ` ] ( #schemadefaultvalue-any-schema )
113113 - [ ` Schema.getDefault(options?: object): Any ` ] ( #schemagetdefaultoptions-object-any )
114- - [ ` Schema.nullable(message?: string | function): Schema ` ] ( #schemanullable -schema )
115- - [ ` Schema.nonNullable(message?: string | function): Schema ` ] ( #schemanonnullable -schema )
114+ - [ ` Schema.nullable(message?: string | function): Schema ` ] ( #schemanullablemessage-string--function -schema )
115+ - [ ` Schema.nonNullable(message?: string | function): Schema ` ] ( #schemanonnullablemessage-string--function -schema )
116116 - [ ` Schema.defined(): Schema ` ] ( #schemadefined-schema )
117117 - [ ` Schema.optional(): Schema ` ] ( #schemaoptional-schema )
118118 - [ ` Schema.required(message?: string | function): Schema ` ] ( #schemarequiredmessage-string--function-schema )
You can’t perform that action at this time.
0 commit comments