diff --git a/src/util/misc.ts b/src/util/misc.ts index 85b4f9b..c83e71c 100644 --- a/src/util/misc.ts +++ b/src/util/misc.ts @@ -12,8 +12,6 @@ export type CommonKeys = Extract * Represents the static members of a class. * @template Class - A class. */ -export type StaticMembers> = ( - Omit -) +export type StaticMembers> = Omit export function type() { return {} as T }