Generated by Spark: Fix all reported errors.

This commit is contained in:
2026-01-17 12:49:33 +00:00
committed by GitHub
parent afe2bf1724
commit 8d5f87d8be
10 changed files with 36 additions and 35 deletions

View File

@@ -86,3 +86,5 @@ export interface JSONUIContext {
updateData: (sourceId: string, value: any) => void
executeAction: (action: Action, event?: any) => Promise<void>
}
export type ComponentSchema = UIComponent