Type Alias ClassLike<Instance>

ClassLike<Instance>: (abstract new (...args: unknown[]) => Instance)

Type Parameters

  • Instance = unknown