<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/remote-config](./remote-config.md) &gt; [ValueSource](./remote-config.valuesource.md)

## ValueSource type

Indicates the source of a value.

<ul> <li>"static" indicates the value was defined by a static constant.</li> <li>"default" indicates the value was defined by default config.</li> <li>"remote" indicates the value was defined by fetched config.</li> </ul>

<b>Signature:</b>

```typescript
export declare type ValueSource = 'static' | 'default' | 'remote';
```
