import { AbstractConstructor } from "type-fest" /** * Represents the common keys between two types. * @template A - The first type. * @template B - The second type. */ export type CommonKeys = Extract /** * Represents the static members of a class. * @template Class - A class. */ export type StaticMembers> = ( Omit )