Skip to content

Type Alias: GlobalGetResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Control / GlobalGetResponse

Type Alias: GlobalGetResponse

GlobalGetResponse = { status: "found"; value: AssignValueDto; } | { status: "not_found"; variableName: string; }

Defined in: src/types/control.ts:199

Response from global get.

Remarks

Discriminated union with status field.