• Convert an exported interface name to the properly expected Components.js type URI.

    Returns

    A Components.js type URI

    Type Parameters

    • T

    Parameters

    • componentsManager: ComponentsManager<T>

      The currently used ComponentsManager

    • interfaceName: string

      An interface name

    Returns Promise<string>