---
id: v1-preferences-dto
title: PreferencesDto
pagination_label: PreferencesDto
sidebar_label: PreferencesDto
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'PreferencesDto', 'v1PreferencesDto']
slug: /tools/sdk/typescript/notifications/models/preferences-dto
tags: ['SDK', 'Software Development Kit', 'PreferencesDto', 'v1PreferencesDto']
---

# PreferencesDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **(optional)** `string` | The template notification key. | [default to undefined]
**mediums** | **(optional)** `Array<Medium>` | List of preferred notification mediums, i.e., the mediums (or method) for which notifications are enabled. More mediums may be added in the future. | [default to undefined]
**modified** | **(optional)** `string` | Modified date of preference | [default to undefined]

