# MethodTypeConversionOptions

Type conversion options for each of the inputs and outputs of a function.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputs** | [**Array&lt;TypeConversionOptions&gt;**](TypeConversionOptions.md) | Type conversion options for each input parameter of the function. | [default to undefined]
**outputs** | [**Array&lt;TypeConversionOptions&gt;**](TypeConversionOptions.md) | Type conversion options for each output parameter of the function. | [default to undefined]

## Example

```typescript
import { MethodTypeConversionOptions } from '@curvegrid/multibaas-sdk';

const instance: MethodTypeConversionOptions = {
    inputs,
    outputs,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
