NodeInterfaceDefinitionStates<T>: {
    [K in keyof T]: INodeInterfaceState<T[K]>
}

Type Parameters

  • T