Files
whsfund/functions/node_modules/firebase-functions/lib/common/options.d.ts
2026-03-23 15:29:13 -04:00

15 lines
345 B
TypeScript

/**
* 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;