# SettingOption


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**helpText** | **string** |  | [optional] [default to undefined]
**preview** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { SettingOption } from '@caraer/client';

const instance: SettingOption = {
    name,
    label,
    helpText,
    preview,
};
```

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