Type Alias: CommonContractOptions
CommonContractOptions =
object
Defined in: src/contract/types/index.type.ts:63
Properties
parseRequest?
optionalparseRequest?:boolean
Defined in: src/contract/types/index.type.ts:68
compile and validate arguments
Default
true
parseResponse?
optionalparseResponse?:boolean
Defined in: src/contract/types/index.type.ts:74
Parse elements of the response array and structuring them into response object
Default
true
parsingStrategy?
optionalparsingStrategy?:ParsingStrategy
Defined in: src/contract/types/index.type.ts:79
Custom parsing strategy for request/response processing