Add schema-driven project task creation

This commit is contained in:
Timothy J. Aveni
2026-07-18 12:10:00 -07:00
parent 9674ffa108
commit b1d0667045
+6
View File
@@ -612,6 +612,12 @@ const reactRuntimeDeclaration = `${generatedWarning}declare module "@quixos/cami
forObject: ForObject;
} & RenderProps & ReactComponentHostProps<Action>) => any;
export const callObjectMethod: <Result = unknown>(
object: ObjectRef<string>,
methodName: string,
input?: Record<string, unknown>,
) => Promise<Result>;
export const h: (...args: any[]) => any;
export const useLiveField: <T>(
field: LiveFieldProp<T>,