---
title: shared
framework: classkit
role: symbol
role_heading: Type Property
path: classkit/clsdatastore/shared
---

# shared

The shared data store object.

## Declaration

```swift
class var shared: CLSDataStore { get }
```

## Discussion

Discussion When working with the data store, always use this shared instance. Don’t create a new instance.
