@firebase/remote-config-types
Advanced tools
Comparing version 0.3.3-canary.1e8edb705 to 0.3.3-canary.25a6204c1
@@ -176,2 +176,15 @@ /** | ||
/** | ||
* Defines the type for representing custom signals and their values. | ||
* | ||
* <p>The values in CustomSignals must be one of the following types: | ||
* | ||
* <ul> | ||
* <li><code>string</code> | ||
* <li><code>number</code> | ||
* <li><code>null</code> | ||
* </ul> | ||
*/ | ||
export type CustomSignals = { [key: string]: string | number | null }; | ||
declare module '@firebase/component' { | ||
@@ -178,0 +191,0 @@ interface NameServiceMapping { |
{ | ||
"name": "@firebase/remote-config-types", | ||
"version": "0.3.3-canary.1e8edb705", | ||
"version": "0.3.3-canary.25a6204c1", | ||
"description": "@firebase/remote-config Types", | ||
@@ -5,0 +5,0 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6275
168