# ShowResponseWebsiteSettingsDTO

Success response (ShowResponseWebsiteSettingsDTO).

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** |  | [optional] [default to undefined]
**data** | **{ [key: string]: any; }** |  | [optional] [default to undefined]

## Example

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

const instance: ShowResponseWebsiteSettingsDTO = {
    message,
    data,
};
```

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