# Interest


## 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]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**InterestAllOfCount**](InterestAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: Interest = {
    id,
    featured,
    name,
    imageId,
    image,
    createdAt,
    updatedAt,
    _count,
};
```

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