EndpointRequestValidationResult
Defined in: wp-typia-api-client/src/client.ts:28
Represent the shared success/error shape used by internal validation helpers.
Extends
Section titled “Extends”ValidationResult<Req>
Type Parameters
Section titled “Type Parameters”Req
Properties
Section titled “Properties”isValid
Section titled “isValid”isValid:
false
Defined in: wp-typia-api-client/src/client.ts:31
Overrides
Section titled “Overrides”validationTarget
Section titled “validationTarget”validationTarget:
"request"
Defined in: wp-typia-api-client/src/client.ts:32
optionaldata?:Req
Defined in: wp-typia-api-client/src/internal/runtime-primitives.ts:21
Inherited from
Section titled “Inherited from”errors
Section titled “errors”errors:
ValidationError[]
Defined in: wp-typia-api-client/src/internal/runtime-primitives.ts:22