> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: RedditVariables

Defined in: [packages/reddit-helpers/src/lib/variables.ts:21](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/reddit-helpers/src/lib/variables.ts#L21)

Represents the variables used for Reddit integration.

## Properties

### clientId?

> `optional` **clientId?**: `string`

Defined in: [packages/reddit-helpers/src/lib/variables.ts:25](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/reddit-helpers/src/lib/variables.ts#L25)

The Reddit Client ID, otherwise set in the environment variable `REDDIT_CLIENT_ID`

***

### deviceId?

> `optional` **deviceId?**: `string`

Defined in: [packages/reddit-helpers/src/lib/variables.ts:30](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/reddit-helpers/src/lib/variables.ts#L30)

The Reddit Device Id, otherwise set in the environment variable `REDDIT_DEVICE_ID` or randomly generated
