# PageContentStylingDTO


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**all** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for all devices | [optional] [default to undefined]
**mobile** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for the mobile device | [optional] [default to undefined]
**tablet** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for the tablet device | [optional] [default to undefined]
**desktop** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for the desktop device | [optional] [default to undefined]

## Example

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

const instance: PageContentStylingDTO = {
    all,
    mobile,
    tablet,
    desktop,
};
```

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