---
title: DatastoreLocation
framework: tipkit
role: symbol
role_heading: Structure
path: tipkit/tips/configurationoption/datastorelocation
---

# DatastoreLocation

A type for specifying a custom location for your tips datastore.

## Declaration

```swift
struct DatastoreLocation
```

## Overview

Overview For more information on datastore location, see datastoreLocation(_:).

## Topics

### Type Properties

- [applicationDefault](tipkit/tips/configurationoption/datastorelocation/applicationdefault.md)

### Type Methods

- [groupContainer(identifier:)](tipkit/tips/configurationoption/datastorelocation/groupcontainer(identifier:).md)
- [url(_:)](tipkit/tips/configurationoption/datastorelocation/url(_:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
