# LinkPreview


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **string** |  | [default to undefined]
**siteName** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**image** | **string** |  | [default to undefined]
**imageWidth** | **number** |  | [default to undefined]
**imageHeight** | **number** |  | [default to undefined]
**imageType** | **string** |  | [default to undefined]
**favicon** | **string** |  | [default to undefined]

## Example

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

const instance: LinkPreview = {
    url,
    siteName,
    title,
    description,
    image,
    imageWidth,
    imageHeight,
    imageType,
    favicon,
};
```

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