> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GetStorageValue

# Function: getStorageValue()

> **getStorageValue**\<`K`>(`storageKey`): `Promise`\<`undefined` | `StorageValue`\[`K`]>

Defined in: [sdk-browser/src/storage.ts:49](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-browser/src/storage.ts#L49)

## Type Parameters

### K

`K` *extends* [`StorageKeys`](../StorageKeys/readme)

## Parameters

### storageKey

`K`

## Returns

`Promise`\<`undefined` | `StorageValue`\[`K`]>
