Skip to content

Commit 2798c97

Browse files
committed
Run biome ci --fix --unsafe
1 parent b874eb5 commit 2798c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/syn2mas/src/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
export type UnixTimestamp = number;
88
export type SynapseUserId = string;
99
// eslint-disable-next-line @typescript-eslint/no-unused-vars
10-
export type Id<T> = number;
10+
export type Id<_T> = number;
1111
// eslint-disable-next-line @typescript-eslint/no-unused-vars
12-
export type UUID<T> = string;
12+
export type UUID<_T> = string;

0 commit comments

Comments
 (0)