Type alias NameOfInterface<I>

NameOfInterface<I>: {
    [K in SupportedInterfaceName]: I extends SupportedInterfaces[K]
        ? K
        : never
}[SupportedInterfaceName]

Type Parameters

  • I