Skip to content

Commit dbabd73

Browse files
committed
Aslo export type of the RESET_VALUE.
1 parent 04b0b9d commit dbabd73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/v1/function-configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Expression } from "../params";
22
import { ResetValue } from "../common/options";
33

4-
export { RESET_VALUE } from "../common/options";
4+
export { RESET_VALUE, ResetValue } from "../common/options";
55

66
/**
77
* List of all regions supported by Cloud Functions.

src/v2/options.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
import { convertIfPresent, copyIfPresent } from "../common/encoding";
2929
import { ResetValue } from "../common/options";
30-
import * as logger from "../logger";
3130
import { ManifestEndpoint } from "../runtime/manifest";
3231
import { declaredParams, Expression } from "../params";
3332
import { ParamSpec } from "../params/types";
3433
import { HttpsOptions } from "./providers/https";
34+
import * as logger from "../logger";
3535

36-
export { RESET_VALUE } from "../common/options";
36+
export { RESET_VALUE, ResetValue } from "../common/options";
3737

3838
/**
3939
* List of all regions supported by Cloud Functions v2

0 commit comments

Comments
 (0)