link
This commit is contained in:
14
node_modules/firebase-functions/lib/common/options.d.ts
generated
vendored
Normal file
14
node_modules/firebase-functions/lib/common/options.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Special configuration type to reset configuration to platform default.
|
||||
*
|
||||
* @alpha
|
||||
*/
|
||||
export declare class ResetValue {
|
||||
toJSON(): null;
|
||||
private constructor();
|
||||
static getInstance(): ResetValue;
|
||||
}
|
||||
/**
|
||||
* Special configuration value to reset configuration to platform default.
|
||||
*/
|
||||
export declare const RESET_VALUE: ResetValue;
|
||||
Reference in New Issue
Block a user