Skip to main content
Version: Next

Type Alias: CommonContractOptions

CommonContractOptions = object

Defined in: src/contract/types/index.type.ts:63

Properties

parseRequest?

optional parseRequest?: boolean

Defined in: src/contract/types/index.type.ts:68

compile and validate arguments

Default

true

parseResponse?

optional parseResponse?: 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?

optional parsingStrategy?: ParsingStrategy

Defined in: src/contract/types/index.type.ts:79

Custom parsing strategy for request/response processing