Skip to content

Commit dc72577

Browse files
committed
Change custom claim typing to unknown.
1 parent c0b51f8 commit dc72577

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/util/src/emulator.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ interface FirebaseIdToken {
8484
};
8585

8686
// Custom claims set by the developer
87-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
88-
[claim: string]: any;
87+
[claim: string]: unknown;
8988

9089
uid?: never; // Try to catch a common mistake of "uid" (should be "sub" instead).
9190
}

0 commit comments

Comments
 (0)