# ChannelContentGuestTranslation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [default to undefined]
**locale** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**bio** | **string** |  | [default to undefined]
**companyBio** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: ChannelContentGuestTranslation = {
    id,
    locale,
    title,
    bio,
    companyBio,
    createdAt,
    updatedAt,
};
```

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