> For the complete documentation index, see [llms.txt](https://help.blings.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blings.io/role-guides/developer/interfaces/iprojectfetchdata.md).

# IProjectFetchData

[**@blings/blings-player**](/role-guides/developer.md)

***

[@blings/blings-player](/role-guides/developer.md) / IProjectFetchData

## Interface: IProjectFetchData

### Properties

#### dataId?

> `optional` **dataId**: `null` | `string` | `string`\[]

***

#### env?

> `optional` **env**: `SettingsApiEnv`

project environment. "dev" | "staging" | "master" Default: production ("master")

***

#### id?

> `optional` **id**: `string`

***

#### liveControlData?

> `optional` **liveControlData**: `IJSONObject`

***

#### projectId?

> `optional` **projectId**: `string`

ID for this project

***

#### promisesFromMiniSDK?

> `optional` **promisesFromMiniSDK**: `object`

**jsons**

> **jsons**: `undefined` | `Promise`<`any`\[]>

**projectData**

> **projectData**: `Promise`<[`IProjectServerData`](/role-guides/developer/interfaces/iprojectserverdata.md)>

***

#### version?

> `optional` **version**: `string`
