# EventTypeConversionOptions

Type conversion options for each of the inputs of an event.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputs** | [**Array&lt;TypeConversionOptions&gt;**](TypeConversionOptions.md) | List of event\&#39;s input parameters. | [default to undefined]

## Example

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

const instance: EventTypeConversionOptions = {
    inputs,
};
```

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