# BaseInterest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]

## Example

```typescript
import { BaseInterest } from '@connectedxm/admin-sdk';

const instance: BaseInterest = {
    id,
    featured,
    name,
    imageId,
    image,
};
```

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