Skip to content

Commit 04b0114

Browse files
kamilogorekHazAT
authored andcommitted
ref: Change User interface to be more generic (#1672)
1 parent 81a8a9b commit 04b0114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ export interface Breadcrumb {
8383

8484
/** JSDoc */
8585
export interface User {
86+
[key: string]: any;
8687
id?: string;
8788
ip_address?: string;
8889
email?: string;
8990
username?: string;
90-
extra?: { [key: string]: any };
9191
}
9292

9393
/** JSDoc */

0 commit comments

Comments
 (0)