UNPKG

veritatisdoloremque

Version:
16 lines (9 loc) 611 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/remote-config-types](./remote-config-types.md) &gt; [ValueSource](./remote-config-types.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 type ValueSource = 'static' | 'default' | 'remote'; ```