# EIP712TypeEntry


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The name of the entry. | [default to undefined]
**type** | **string** |  | [default to undefined]

## Example

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

const instance: EIP712TypeEntry = {
    name,
    type,
};
```

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