feat: Added global warning for incomplete program chain

ref: N25B-450
This commit is contained in:
JGerla
2026-01-20 11:53:51 +01:00
parent 23a02b2b4a
commit 5d55ebaaa2
4 changed files with 47 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ export type WarningType =
| 'MISSING_INPUT'
| 'MISSING_OUTPUT'
| 'PLAN_IS_UNDEFINED'
| 'INCOMPLETE_PROGRAM'
| string
export type WarningSeverity =