We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe8faf commit f2996f5Copy full SHA for f2996f5
src/secretManager.ts
@@ -1,5 +1,5 @@
1
/** Mock values returned by `functions.config()`. */
2
-export function mockSecretManager(conf: { [key: string]: any }) {
+export function mockSecretManager(conf: Record<string, string>) {
3
for (const [key, value] of Object.entries(conf)) {
4
process.env[key] = value;
5
}
0 commit comments