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

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

## Properties

### followed\_at

> **followed\_at**: `string`

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

In the format of YYYY-MM-DD\[T]HH:mm:ssZ, so can be parsed to a Date

***

### from\_id

> **from\_id**: `string`

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

The ID of the user following a streamer

***

### from\_name

> **from\_name**: `string`

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

The name of the user following a streamer

***

### to\_id

> **to\_id**: `string`

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

The ID of the channel that the user follows

***

### to\_name

> **to\_name**: `string`

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

The name of the channel that the user follows
