logzen
    Preparing search index...

    Type Alias NameOfInterface<I>

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

    Type Parameters

    • I