interface IKernelsState {
    kernels: Map<string, IKernelState>;
}

Properties

Properties

kernels: Map<string, IKernelState>