For the complete documentation index, see llms.txt. This page is also available as Markdown.

TypingsKernel.KernelComponentTypeDto

typings/kernel.KernelComponentTypeDto

Table of contents

Properties

Properties

value

value: Enumify<{ COMPONENT: 1 = 1; ROOT_COMPONENT: 0 = 0; ROOT_MODULE: 2 = 2; SUB_MODULE: 3 = 3 }>

Last updated