# TypeConversionOptions

Represents the set of type conversions allowed for a particular input or output of a function (how it may be \"cast\").

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**types** | **Array&lt;string&gt;** | The list of supported type conversion modes for this parameter. | [optional] [default to undefined]

## Example

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

const instance: TypeConversionOptions = {
    types,
};
```

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