Skip to content

CustomNodeSchemeDto

CustomNodeSchemeDto = Omit<NodeCatalogEntryDto, "commandTree" | "serviceIntegration"> & object

Input shape for the desktop’s create / edit node path (save_custom_node): structurally the catalog entry, with the deep-JSON payloads accepted as raw JSON (the backend deserializes and validates).

optional commandTree?: unknown[] | null

optional serviceIntegration?: object | null