Type Alias EmptyObjectOf<T>

EmptyObjectOf<T>: EmptyObject<T> extends T
    ? EmptyObject<T>
    : never

Type Parameters

  • T extends object