Skip to content

Commit 5a00e7d

Browse files
committed
fix: Use unknown type for billing stubs
1 parent 7ccc233 commit 5a00e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/billing/src/metronome.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// OSS stub: Billing removed
22
// Allow any object type for env parameter
3-
export type EnvLike = Record<string, unknown>;
3+
export type EnvLike = unknown;

0 commit comments

Comments
 (0)