InterfaceFactory<T>: {
    [K in keyof T]: NodeInterfaceFactory<T[K]>
}

Type Parameters

  • T