> ## 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: TwitchVariables

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

## Properties

### clientId?

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

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

The Twitch Client ID, otherwise set in the environment variable `TWITCH_CLIENT_ID`

***

### clientSecret?

> `optional` **clientSecret?**: `string`

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

The Twitch Client Secret, otherwise set in the environment variable `TWITCH_CLIENT_SECRET`

***

### eventSubCallback?

> `optional` **eventSubCallback?**: `string`

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

The Twitch EventSub Callback, otherwise set in the environment variable `TWITCH_EVENT_SUB_CALLBACK`

***

### eventSubSecret?

> `optional` **eventSubSecret?**: `string`

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

The Twitch EventSub Secret, otherwise set in the environment variable `TWITCH_EVENT_SUB_SECRET`
