We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b874eb5 commit 2798c97Copy full SHA for 2798c97
tools/syn2mas/src/types/index.d.ts
@@ -7,6 +7,6 @@
7
export type UnixTimestamp = number;
8
export type SynapseUserId = string;
9
// eslint-disable-next-line @typescript-eslint/no-unused-vars
10
-export type Id<T> = number;
+export type Id<_T> = number;
11
12
-export type UUID<T> = string;
+export type UUID<_T> = string;
0 commit comments