EndpointResponseValidationResult
Defined in: wp-typia-api-client/src/client.ts:35
Represent the shared success/error shape used by internal validation helpers.
Extends
Section titled “Extends”ValidationResult<Res>
Type Parameters
Section titled “Type Parameters”Res
Properties
Section titled “Properties”validationTarget
Section titled “validationTarget”validationTarget:
"response"
Defined in: wp-typia-api-client/src/client.ts:38
optionaldata?:Res
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
Inherited from
Section titled “Inherited from”isValid
Section titled “isValid”isValid:
boolean
Defined in: wp-typia-api-client/src/internal/runtime-primitives.ts:23